minor fixes

This commit is contained in:
Shpuld Shpuldson 2020-04-23 14:27:27 +03:00
parent 99d8e16e4d
commit ca00e93b60
4 changed files with 4 additions and 4 deletions

View file

@ -336,6 +336,7 @@ export const parseNotification = (data) => {
}
const masto = !data.hasOwnProperty('ntype')
const output = {}
if (masto) {
output.type = mastoDict[data.type] || data.type
output.seen = data.pleroma.is_seen