diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-10 12:08:31 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-10 12:29:58 +0300 |
| commit | aec867b30036fd039113e4197ca98566447efec6 (patch) | |
| tree | 556505243aff6bd951ef8115726f1dc2e03bfda7 /src/components/status/status.vue | |
| parent | 566964992a394f1d0462557f70e284f2493d82bf (diff) | |
Moved greentext to RichContent, improved how first mentions are
restored, now shows mentions not uh, mention in post body
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index f27fbaa5..05d22232 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -294,7 +294,7 @@ </div> <div - v-if="hasMentions && mentionsOwnLine" + v-if="hasMentionsLine" class="heading-mentions-row" > <div @@ -316,7 +316,7 @@ </span> </span> <MentionsLine - :attentions="mentions" + :mentions="mentionsLine" class="mentions-line" /> </div> |
