committed by
GitHub
parent
7dc7750dd0
commit
f55c98ce6d
@@ -1368,6 +1368,8 @@ INSERT INTO player_round (players_id, rounds_id) VALUES ({players[player]}, {id}
|
|||||||
.Include(note => note.Player)
|
.Include(note => note.Player)
|
||||||
.ToListAsync()).Select(MakeAdminNoteRecord));
|
.ToListAsync()).Select(MakeAdminNoteRecord));
|
||||||
notesCol.AddRange(await GetMessagesImpl(db, player));
|
notesCol.AddRange(await GetMessagesImpl(db, player));
|
||||||
|
notesCol.AddRange(await GetServerBansAsNotesForUser(db, player));
|
||||||
|
notesCol.AddRange(await GetGroupedServerRoleBansAsNotesForUser(db, player));
|
||||||
return notesCol;
|
return notesCol;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user