mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Webatrice: Adding joined game to persistence layer (#5068)
* Adding joined game to persistence layer * Linting fixes
This commit is contained in:
parent
1ab723ca64
commit
ea8da24215
7 changed files with 63 additions and 12 deletions
|
|
@ -51,4 +51,8 @@ export const Dispatch = {
|
|||
gameCreated: (roomId) => {
|
||||
store.dispatch(Actions.gameCreated(roomId));
|
||||
},
|
||||
|
||||
joinedGame: (roomId, gameId) => {
|
||||
store.dispatch(Actions.joinedGame(roomId, gameId));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue