some docs, added richcontent to usernames in status, updated stillImage

to allow scale of "gif" label
This commit is contained in:
Henry Jameson 2021-06-07 18:39:51 +03:00
parent aec05686d0
commit 04fa1f0b2d
7 changed files with 44 additions and 24 deletions

View file

@ -54,6 +54,7 @@ export const parseUser = (data) => {
return output
}
output.emoji = data.emojis
output.name = data.display_name
output.name_html = addEmojis(escape(data.display_name), data.emojis)