Revert "MM-19812 Properly handle in-app update_badge notifications (#3540)"
This reverts commit 5f1d970fc8.
This commit is contained in:
parent
5f1d970fc8
commit
e86a15bc49
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class PushNotificationUtils {
|
|||
|
||||
if (data.type === 'clear') {
|
||||
dispatch(markChannelViewedAndRead(data.channel_id, null, false));
|
||||
} else if (data.type === 'message') {
|
||||
} else {
|
||||
// get the posts for the channel as soon as possible
|
||||
retryGetPostsAction(getPosts(data.channel_id), dispatch, getState);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue