Revert "MM-19812 Properly handle in-app update_badge notifications (#3540)"

This reverts commit 5f1d970fc8.
This commit is contained in:
Miguel Alatzar 2019-11-11 13:00:43 -07:00
parent 5f1d970fc8
commit e86a15bc49

View file

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