cherry pick from #5946: support org.forkgram.messenger messenger

(cherry picked from commit 75052fc070)
This commit is contained in:
d3vv3
2026-06-05 15:48:55 +00:00
committed by Thomas Kuehne
parent e839f1a573
commit adbe6b9e1e
@@ -99,6 +99,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
put("org.telegram.messenger.beta", NotificationType.TELEGRAM); put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
put("org.telegram.messenger.web", NotificationType.TELEGRAM); put("org.telegram.messenger.web", NotificationType.TELEGRAM);
put("org.telegram.plus", NotificationType.TELEGRAM); // "Plus Messenger" put("org.telegram.plus", NotificationType.TELEGRAM); // "Plus Messenger"
put("org.forkgram.messenger", NotificationType.TELEGRAM);
put("org.thunderdog.challegram", NotificationType.TELEGRAM); put("org.thunderdog.challegram", NotificationType.TELEGRAM);
put("nekox.messenger", NotificationType.TELEGRAM); put("nekox.messenger", NotificationType.TELEGRAM);
put("tw.nekomimi.nekogram", NotificationType.TELEGRAM); put("tw.nekomimi.nekogram", NotificationType.TELEGRAM);