switch ws connection when switching timelines
watch(() => [props.list, props.antenna, props.channel, props.role, props.withRenotes], refreshEndpointAndChannel);
but that should depend on other bits of props
, too, at the very least props.src
otherwise:
- log in
- switch to global
- reload the page
- switch to home
- see how you get global notes in your home timeline!