|
|
@ -144,6 +144,12 @@ public class NotificationHelper { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (body.getStatus() != null |
|
|
|
|
|
|
|
&& body.getStatus().getPleroma() != null |
|
|
|
|
|
|
|
&& body.getStatus().getPleroma().getThreadMuted() == true) { |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
String rawCurrentNotifications = account.getActiveNotifications(); |
|
|
|
String rawCurrentNotifications = account.getActiveNotifications(); |
|
|
|
JSONArray currentNotifications; |
|
|
|
JSONArray currentNotifications; |
|
|
|
BidiFormatter bidiFormatter = BidiFormatter.getInstance(); |
|
|
|
BidiFormatter bidiFormatter = BidiFormatter.getInstance(); |
|
|
|