mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 03:15:58 +02:00
fix of f1deb89e34
This commit is contained in:
@@ -352,6 +352,10 @@ function disconnectChannel() {
|
||||
if (connection2) connection2.dispose();
|
||||
}
|
||||
|
||||
if (store.s.realtimeMode) {
|
||||
connectChannel();
|
||||
}
|
||||
|
||||
watch(() => [props.list, props.antenna, props.channel, props.role, props.withRenotes], () => {
|
||||
if (store.s.realtimeMode) {
|
||||
disconnectChannel();
|
||||
|
||||
Reference in New Issue
Block a user