pass is_app_readable to notification/list
This commit is contained in:
parent
788fd153da
commit
1cb0685b61
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export function doDismissError() {
|
|||
export function doNotificationList() {
|
||||
return (dispatch: Dispatch) => {
|
||||
dispatch({ type: ACTIONS.NOTIFICATION_LIST_STARTED });
|
||||
return Lbryio.call('notification', 'list')
|
||||
return Lbryio.call('notification', 'list', { is_app_readable: true })
|
||||
.then(response => {
|
||||
const notifications = response || [];
|
||||
const channelsToResolve = notifications
|
||||
|
|
Loading…
Reference in a new issue