Skip to content
Snippets Groups Projects
Commit 30d2a1d8 authored by syuilo's avatar syuilo
Browse files

fix bug

parent 857c88e8
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ if ($i) {
}
}
const main = stream.useChannel('main', 'System');
const main = stream.useChannel('main', null, 'System');
// 自分の情報が更新されたとき
main.on('meUpdated', i => {
......
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