element-hq / hydrogen-web

Lightweight matrix client with legacy and mobile browser support
Apache License 2.0
633 stars 123 forks source link

Have the same session open in multiple windows/tabs/iframes simultaneously #1045

Open psrpinto opened 1 year ago

psrpinto commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to be able to have the same session open in multiple Hydrogen windows/tabs/iframes. Currently opening one tab with a session that is already open in another tab, results in the session being closed in the first tab. I would like for that not to happen, and to have Hydrogen fully functional with the same session in multiple simultaneous windows/tabs/iframes.

Describe the solution you'd like I've written a proposal to address this issue in #1041. Please see proposal for details (in short, sync would run in a worker).

Describe alternatives you've considered Please see #1041 for details on this.

PRs

TODO

Maybe later

psrpinto commented 1 year ago

Related to https://github.com/vector-im/hydrogen-web/issues/188