mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
fix bug
This commit is contained in:
parent
dbd7b195f2
commit
6d770a6689
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user