You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are all in place, Patchfox will have the correct groundwork to establish connections to different servers/identity combinations for each browser tab.
The add-on initialization in index.html assumes nodejs-ssb platform as a global under window.ssb.*. This needs to change so that new tabs can specify what platform and identity should be used for its initialization.
The text was updated successfully, but these errors were encountered:
This touches all of patchfox, so it was easier to group them.
IT WORKS! If you have multiple identities running under `nodejs-ssb` it should just work. for `go-ssb` there is still work to be done.
closes#107#108#109
Once issues
Are all in place, Patchfox will have the correct groundwork to establish connections to different servers/identity combinations for each browser tab.
The add-on initialization in
index.html
assumesnodejs-ssb
platform as a global underwindow.ssb.*
. This needs to change so that new tabs can specify what platform and identity should be used for its initialization.The text was updated successfully, but these errors were encountered: