fb427a11f0
* push state to client * junto status is live on map cards XD * little fixes * eslint stuff * remove object rest spread * i think this makes realtime work without needing babel-node
5 lines
177 B
JavaScript
5 lines
177 B
JavaScript
module.exports = {
|
|
mapRoom: mapId => `maps/${mapId}`,
|
|
userMapRoom: (mapperId, mapId) => `mappers/${mapperId}/maps/${mapId}`,
|
|
userRoom: mapperId => `mappers/${mapperId}`
|
|
}
|