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
It would be nice if the Zulip app was show as an option to open links to zulip instances. While neither Android nor iOS allow apps to register to handle a dynamic set of links, we can specifically handle *.zulipchat.com and chat.zulip.org links in the app, which would probably be good. This work would also likely be useful towards handling zulip://-style links.
I noticed today that we already have a appOwnDomains, which presumably we should keep up-to-date with this.
I think it would be hard to share code here, but it does make me more comfortable about special-casing hosted zulip instances, and we should add a comment in all of the places that we have this set of domains to keep them updated in sync.
It would be nice if the Zulip app was show as an option to open links to zulip instances. While neither Android nor iOS allow apps to register to handle a dynamic set of links, we can specifically handle
*.zulipchat.com
andchat.zulip.org
links in the app, which would probably be good. This work would also likely be useful towards handlingzulip://
-style links.See #mobile > deep links for some chat about this.
The text was updated successfully, but these errors were encountered: