[AB-79] fix not applying role for re-joining users upon sync

This commit is contained in:
Sheldan
2022-12-27 13:03:59 +01:00
parent 74f54e1257
commit 41f42ee110
6 changed files with 13 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ public interface AUserExperienceService {
CompletableFuture<Void> syncUserRolesWithFeedback(AServer server, MessageChannel messageChannel);
CompletableFuture<Void> syncForSingleUser(AUserExperience userExperience, Member member);
CompletableFuture<Void> syncForSingleUser(AUserExperience userExperience, Member member, boolean changeRoles);
/**
* Loads the desired page of the ordered complete leaderboard from the {@link AServer} and returns the information as a {@link LeaderBoard}