purge shout/chat #49

Merged
floatingghost merged 3 commits from purge/chats into develop 2022-07-20 15:36:46 +00:00
Showing only changes of commit 2c39a99c01 - Show all commits

View file

@ -401,6 +401,7 @@ export const parseNotification = (data) => {
? parseStatus(data.notice.favorited_status)
: parsedNotice
output.action = parsedNotice
output.from_profile = parseUser(data.from_profile)
}
output.created_at = new Date(data.created_at)