mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
Add Nekogram X to Telegram notifications
This commit is contained in:
parent
bf5eebd411
commit
aa7c7f785a
@ -80,6 +80,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.plus", NotificationType.TELEGRAM); // "Plus Messenger"
|
put("org.telegram.plus", NotificationType.TELEGRAM); // "Plus Messenger"
|
||||||
put("org.thunderdog.challegram", NotificationType.TELEGRAM);
|
put("org.thunderdog.challegram", NotificationType.TELEGRAM);
|
||||||
|
put("nekox.messenger", NotificationType.TELEGRAM);
|
||||||
|
|
||||||
// Threema
|
// Threema
|
||||||
put("ch.threema.app", NotificationType.THREEMA);
|
put("ch.threema.app", NotificationType.THREEMA);
|
||||||
|
Loading…
Reference in New Issue
Block a user