mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -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
|
|
@ -49,5 +49,12 @@ export const Actions = {
|
|||
roomId,
|
||||
field,
|
||||
order
|
||||
})
|
||||
}),
|
||||
|
||||
removeMessages: (roomId, name, amount) => ({
|
||||
type: Types.REMOVE_MESSAGES,
|
||||
roomId,
|
||||
name,
|
||||
amount
|
||||
}),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue