mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Adding remove messages to persistence layer (#5066)
This commit is contained in:
parent
8687163cca
commit
f8bc6cf998
5 changed files with 54 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ export class RoomPersistence {
|
|||
}
|
||||
|
||||
static removeMessages(roomId: number, name: string, amount: number): void {
|
||||
console.log('removeMessages', roomId, name, amount);
|
||||
RoomsDispatch.removeMessages(roomId, name, amount);
|
||||
};
|
||||
|
||||
static gameCreated(roomId: number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue