mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-28 08:38:52 +00:00
[AB-210] fixing bug related to loading users in cached reactions
This commit is contained in:
@@ -163,7 +163,7 @@ public class CacheEntityServiceBean implements CacheEntityService {
|
||||
if(reaction.getGuild() != null) {
|
||||
aUsers.add(ServerUser.builder().userId(user.getIdLong()).serverId(reaction.getGuild().getIdLong()).build());
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}).whenComplete((o, throwable) -> {
|
||||
log.trace("{} Users have been loaded. Completing future.", aUsers.size());
|
||||
if(throwable != null) {
|
||||
|
||||
Reference in New Issue
Block a user