1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 11:26:14 +02:00
This commit is contained in:
syuilo
2021-05-28 22:57:04 +09:00
parent 0eb115bf7e
commit d76345264d

View File

@@ -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);
}