Do not show a notification for a conversation we are in

This commit is contained in:
Torsten Grote
2016-01-13 16:13:23 -02:00
parent a1bfe00f1b
commit e98677b2bb
3 changed files with 35 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ public interface AndroidNotificationManager extends Service {
void clearPrivateMessageNotification(ContactId c);
void blockPrivateMessageNotification(ContactId c);
void unblockPrivateMessageNotification(ContactId c);
void showForumPostNotification(GroupId g);
void clearForumPostNotification(GroupId g);