mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 09:03:54 -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
|
|
@ -42,5 +42,9 @@ export const Dispatch = {
|
|||
|
||||
sortGames: (roomId, field, order) => {
|
||||
store.dispatch(Actions.sortGames(roomId, field, order));
|
||||
}
|
||||
},
|
||||
|
||||
removeMessages: (roomId, name, amount) => {
|
||||
store.dispatch(Actions.removeMessages(roomId, name, amount));
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue