[Gekidou MM-44135 MM-44134 MM-40088] Group & Clear channel and thread notifications when CRT is on (#6429)

* Android

* iOS changes

* client changes

* Misc

* Update CustomPushNotification.java

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Anurag Shivarathri
2022-06-30 21:26:14 +05:30
committed by GitHub
parent f1665fa0ee
commit 306fbba3a7
9 changed files with 178 additions and 78 deletions

View File

@@ -49,4 +49,5 @@ interface NotificationWithData extends Notification {
declare class NotificationWithChannel extends Notification {
channel_id?: string;
root_id?: string;
}