Restored messages by current users

This commit is contained in:
Luca Frosini 2022-10-20 14:21:00 +02:00
parent b55bfbf4fb
commit 0bf5d10ccd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
protected static final boolean notificationSentByGCat;
static {
notificationSentByGCat = true;
notificationSentByGCat = false;
}
public SocialNotificationModerationThread() {