mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +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