MOBILE-4270 forum: Fix push notifications

main
Noel De Martin 2023-05-25 08:35:02 +02:00
parent 1f27a8f211
commit 848ac04daf
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class AddonModForumPushClickHandlerService implements CorePushNotificatio
return CoreUtils.isTrueOrOne(notification.notif)
&& notification.moodlecomponent == 'mod_forum'
&& notification.name == 'posts'
&& !!(notification.contexturl || notification.customdata?.postid);
&& !!(notification.contexturl || notification.customdata?.discussionid);
}
/**