mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +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
|
// 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user