Skip to content
Snippets Groups Projects
Commit e0cde9a2 authored by feld's avatar feld
Browse files

Keep channel name the same for backwards compatibility

parent 0604b1d5
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ const shout = {
},
actions: {
initializeShout (store, socket) {
const channel = socket.channel('shout:public')
const channel = socket.channel('chat:public')
channel.on('new_msg', (msg) => {
store.commit('addMessage', msg)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment