Allow moderators to use shell broadcasting, distinct shell finder to remove duplicate shells
This commit is contained in:
@@ -498,7 +498,7 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
||||
{
|
||||
var groups = await _apiController.GetBroadcastedGroups(syncshellBroadcasts)
|
||||
.ConfigureAwait(false);
|
||||
updatedList = groups?.ToList();
|
||||
updatedList = groups?.DistinctBy(g => g.Group.GID).ToList();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user