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

Generate topic links as permalinks, using /with/ #5876

Open gnprice opened 4 months ago

gnprice commented 4 months ago

This is part of the upcoming Zulip feature https://github.com/zulip/zulip/issues/21505 , and a followup to #5866.

Since #5866, mobile understands the new topic permalink URLs. Once the web app does too (PR zulip/zulip#30114), we should start generating them, conditioned on that Zulip feature level. This is the mobile counterpart to PR https://github.com/zulip/zulip/pull/30644 .

Specifically, in the topic action sheet we have an option "Copy link to topic". That option should start producing topic permalinks, just like the similar option in web's left sidebar will do with https://github.com/zulip/zulip/pull/30644 .

chrisbobbe commented 4 months ago

Looks like we're still waiting for https://github.com/zulip/zulip/pull/30114; when that's merged, we'll know what feature level to use. (Earlier today I mistakenly thought this was ripe to work on.)

alya commented 4 months ago

ETA on server: August 2024