This commit is contained in:
Timothy Jaeryang Baek
2024-12-23 14:00:58 -07:00
parent 689b910c77
commit b4d7268bed
2 changed files with 22 additions and 0 deletions

View File

@@ -415,6 +415,7 @@
});
if (res) {
$socket.emit('join-channels', { auth: { token: $user.token } });
await initChannels();
showCreateChannel = false;
}