pass is_app_readable to notification/list

This commit is contained in:
Sean Yesmunt 2020-10-22 12:37:47 -04:00
parent 788fd153da
commit 1cb0685b61

View file

@ -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