1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-29 05:16:51 +01:00

recognize telegram beta notifications

This commit is contained in:
NotAFile 2018-01-18 18:35:11 +01:00 committed by Carsten Pfeiffer
parent d3f3cefaf8
commit 32522c4f55

View File

@ -68,6 +68,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
// Telegram // Telegram
put("org.telegram.messenger", NotificationType.TELEGRAM); put("org.telegram.messenger", NotificationType.TELEGRAM);
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
// Threema // Threema
put("ch.threema.app", NotificationType.THREEMA); put("ch.threema.app", NotificationType.THREEMA);