add custom emoji display
This commit is contained in:
parent
c66a3e0206
commit
a9f8ec5453
3 changed files with 19 additions and 1 deletions
|
@ -387,6 +387,7 @@ export const parseNotification = (data) => {
|
|||
: parseUser(data.target)
|
||||
output.from_profile = parseUser(data.account)
|
||||
output.emoji = data.emoji
|
||||
output.emoji_url = data.emoji_url
|
||||
} else {
|
||||
const parsedNotice = parseStatus(data.notice)
|
||||
output.type = data.ntype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue