Removed hard-cabled user
This commit is contained in:
parent
0814e3475d
commit
007a4e610b
|
@ -192,7 +192,6 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
|||
}
|
||||
|
||||
Set<String> users = SocialUsers.getUsernamesByRole(Moderated.CATALOGUE_MODERATOR);
|
||||
users.add("luca.frosini");
|
||||
|
||||
SecretManager secretManager = SecretManagerProvider.instance.get();
|
||||
String username = secretManager.getUser().getUsername();
|
||||
|
|
Loading…
Reference in New Issue