Fix missing status to push notification
This commit is contained in:
parent
7c3e6e03a5
commit
6bd24ab1ee
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ const initialState = Immutable.Map({
|
||||||
reblog: false,
|
reblog: false,
|
||||||
mention: false,
|
mention: false,
|
||||||
poll: false,
|
poll: false,
|
||||||
|
status: false,
|
||||||
}),
|
}),
|
||||||
isSubscribed: false,
|
isSubscribed: false,
|
||||||
browserSupport: false,
|
browserSupport: false,
|
||||||
|
|
|
@ -19,6 +19,7 @@ filenames.forEach(filename => {
|
||||||
'notification.follow_request': full['notification.follow_request'] || '',
|
'notification.follow_request': full['notification.follow_request'] || '',
|
||||||
'notification.mention': full['notification.mention'] || '',
|
'notification.mention': full['notification.mention'] || '',
|
||||||
'notification.reblog': full['notification.reblog'] || '',
|
'notification.reblog': full['notification.reblog'] || '',
|
||||||
|
'notification.status': full['notification.status'] || '',
|
||||||
'notification.poll': full['notification.poll'] || '',
|
'notification.poll': full['notification.poll'] || '',
|
||||||
|
|
||||||
'status.show_more': full['status.show_more'] || '',
|
'status.show_more': full['status.show_more'] || '',
|
||||||
|
|
Loading…
Reference in a new issue