mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 00:21:45 +01:00
Pixart-Messenger als fork von Conversations erkennen
Pixart-Messenger is a fork of Conversations, so it can be handled the same way.
This commit is contained in:
parent
4646ea9d55
commit
4468475920
@ -63,6 +63,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
|
||||
// Conversations
|
||||
put("eu.siacs.conversations", NotificationType.CONVERSATIONS);
|
||||
put("de.pixart.messenger", NotificationType.CONVERSATIONS);
|
||||
|
||||
// Riot
|
||||
put("im.vector.alpha", NotificationType.RIOT);
|
||||
|
Loading…
Reference in New Issue
Block a user