Moved greentext to RichContent, improved how first mentions are

restored, now shows mentions not uh, mention in post body
This commit is contained in:
Henry Jameson 2021-06-10 12:08:31 +03:00
parent 566964992a
commit aec867b300
8 changed files with 166 additions and 78 deletions

View file

@ -6,6 +6,7 @@ const MentionLink = {
name: 'MentionLink',
props: {
url: {
required: true,
type: String
},
content: {