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:
w2q 2019-12-31 12:21:09 +01:00 committed by Gitea
parent 4646ea9d55
commit 4468475920

View File

@ -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);