mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Do not show a notification for a conversation we are in
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user