Allow custom emoji reactions
This commit is contained in:
parent
8abaf8fa37
commit
998aa8f732
6 changed files with 89 additions and 161 deletions
|
|
@ -441,6 +441,7 @@ export const parseNotification = (data) => {
|
|||
: parseUser(data.target)
|
||||
output.from_profile = parseUser(data.account)
|
||||
output.emoji = data.emoji
|
||||
output.emoji_url = data.emoji_url
|
||||
if (data.report) {
|
||||
output.report = data.report
|
||||
output.report.content = data.report.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue