mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
recognize telegram beta notifications
This commit is contained in:
parent
d3f3cefaf8
commit
32522c4f55
@ -68,6 +68,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
|
||||
// Telegram
|
||||
put("org.telegram.messenger", NotificationType.TELEGRAM);
|
||||
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
|
||||
|
||||
// Threema
|
||||
put("ch.threema.app", NotificationType.THREEMA);
|
||||
|
Loading…
Reference in New Issue
Block a user