Fix missing status to push notification

This commit is contained in:
noellabo 2022-04-20 16:08:00 +09:00
parent 7c3e6e03a5
commit 6bd24ab1ee
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ const initialState = Immutable.Map({
reblog: false,
mention: false,
poll: false,
status: false,
}),
isSubscribed: false,
browserSupport: false,

View file

@ -19,6 +19,7 @@ filenames.forEach(filename => {
'notification.follow_request': full['notification.follow_request'] || '',
'notification.mention': full['notification.mention'] || '',
'notification.reblog': full['notification.reblog'] || '',
'notification.status': full['notification.status'] || '',
'notification.poll': full['notification.poll'] || '',
'status.show_more': full['status.show_more'] || '',