Allow custom emoji reactions

This commit is contained in:
Alexander Tumin 2022-12-18 22:04:58 +03:00
commit 998aa8f732
6 changed files with 89 additions and 161 deletions

View file

@ -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