mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 06:15:54 +02:00
fix bug
This commit is contained in:
@@ -294,7 +294,7 @@ if ($i) {
|
||||
}
|
||||
}
|
||||
|
||||
const main = stream.useChannel('main', 'System');
|
||||
const main = stream.useChannel('main', null, 'System');
|
||||
|
||||
// 自分の情報が更新されたとき
|
||||
main.on('meUpdated', i => {
|
||||
|
||||
Reference in New Issue
Block a user