forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
notif [nfc]: Remove
ByConversationMap
.
`ByConversationMap` was originally intended to store conversations based on `Identity` as key, so that we would be able to group conversations by realmId easily. Here we are removing it, in favor of using `NotificationManager#getActiveNotifications` in the following commits. Notifications will persist automatically if we are to do this, and we don't have to be concerned with handling logic for storing past notifications, Android SDK will abstract it away for us. This will eventually be followed by removal of`ConversationMap`, and other associated code. Skips: zulip#4633
- Loading branch information
1 parent
3672723
commit 8fa79f2
Showing
1 changed file
with
5 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters