mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix bug
This commit is contained in:
@@ -43,7 +43,7 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
if ($i) {
|
||||
const connection = stream.useChannel('main', 'UI');
|
||||
const connection = stream.useChannel('main', null, 'UI');
|
||||
connection.on('notification', onNotification);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user