zulip / zulip-mobile

Zulip mobile apps for Android and iOS.
https://zulip.com/apps/
Apache License 2.0
1.3k stars 655 forks source link

Parse topic permalinks #5866

Closed gnprice closed 5 months ago

gnprice commented 6 months ago

When parsing an internal link, we should handle the upcoming "topic permalink" feature:

In the current draft, these look like /with/NNNN, with a message ID.

Currently the app doesn't interpret the "anchor" meaning of /near/ links at all (that's #3604) — we already effectively give /near/ links exactly the meaning that the upcoming /with/ links will have. So to handle the new links, we just need to parse them and then handle them the way we already handle /near/ links.