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
This will be part of the topic action sheet. At the moment we don't have a topic action sheet; this can be the first item in it, or this issue can come after one of the other open issues for options to add to the topic action sheet:
In particular see #348 for a description of where the topic action sheet should appear.
When we do offer this option, the links it generates should be topic permalinks, when the server supports it (it's part of the upcoming Zulip Server 9.0) and once we're ready for Zulip clients in general to be generating topic permalinks. In other words, the zulip-flutter implementation of this feature should match this zulip-mobile issue:
Hi, I’m interested in working on the "Copy link to topic" feature for the topic action sheet. Before proceeding with the UI and integration, I wanted to confirm whether Zulip Server 9.0, which supports topic permalinks, is already available or if there’s a specific timeline for its release.
Since the feature involves generating topic links as permalinks, I’d like to ensure the server is ready to handle this before implementing it on the Flutter side.
In any case a PR for this issue will need to support generating both permalinks and the older non-permalinks. As I said above, we'll want to generate permalinks only when the server supports it; and not all servers have upgraded to 9.0. See our README at https://github.com/zulip/zulip-flutter#server-compatibility, and see the existing code for examples of how we handle differences between server versions.
We should offer a "Copy link to topic" option.
This will be part of the topic action sheet. At the moment we don't have a topic action sheet; this can be the first item in it, or this issue can come after one of the other open issues for options to add to the topic action sheet:
In particular see #348 for a description of where the topic action sheet should appear.
When we do offer this option, the links it generates should be topic permalinks, when the server supports it (it's part of the upcoming Zulip Server 9.0) and once we're ready for Zulip clients in general to be generating topic permalinks. In other words, the zulip-flutter implementation of this feature should match this zulip-mobile issue:
and the eventual version (i.e. the version that gets merged, after any revisions) of the web side of this PR:
The text was updated successfully, but these errors were encountered: