mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user