1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 03:15:58 +02:00
This commit is contained in:
syuilo
2025-06-29 15:36:39 +09:00
parent f1deb89e34
commit 933e252687

View File

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