Skip to content
Snippets Groups Projects
Unverified Commit 7b1c7602 authored by Marius Friess's avatar Marius Friess Committed by GitHub
Browse files

[Fix] Correctly set channelId when opening room (#42)

parent addd2123
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ export const useChannel = defineStore('channel', () => {
},
});
room.channelId = result.id;
room.channelId = result.room.channelId;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment