-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support (un)resolving topics #1075
Labels
area: UI
General user interface update
GSoC
Possible GSoC project component
high priority
should be done as soon as possible
missing feature: user
A missing feature for all users, present in another Zulip client
version parity: 5
Milestone
Comments
neiljp
added
area: UI
General user interface update
missing feature: user
A missing feature for all users, present in another Zulip client
labels
Jul 10, 2021
neiljp
added
GSoC
Possible GSoC project component
high priority
should be done as soon as possible
labels
Mar 8, 2022
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Jun 20, 2022
Fixes zulip#1075 Still trying to figure out way of updating topic name with RESOLVED_TOPIC_PREFIX.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Jun 20, 2022
Fixes zulip#1075 Still trying to figure out way of updating topic name with RESOLVED_TOPIC_PREFIX.
4 tasks
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Jun 29, 2022
Fixes zulip#1075 First using get_messages api method to get most recent message sent by user in the topic for which TopicInfoView is toggled. Then using fetch message to edit the topic and propagate mode as change_all to (un)resolve topics.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Jul 17, 2022
Fixes zulip#1075 First using get_messages api method to get most recent message sent by user in the topic for which TopicInfoView is toggled. Then using fetch message to edit the topic and propagate mode as change_all to (un)resolve topics.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Jul 17, 2022
Fixes zulip#1075 First using get_messages api method to get most recent message sent by user in the topic for which TopicInfoView is toggled. Then using fetch message to edit the topic and propagate mode as change_all to (un)resolve topics.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Aug 5, 2022
Fixes zulip#1075 First using get_messages api method to get most recent message sent by user in the topic for which TopicInfoView is toggled. Then using fetch message to edit the topic and propagate mode as change_all to (un)resolve topics.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Aug 22, 2022
Fixes zulip#1075 Add new get_latest_message_in_topic function to get most recent message sent by user in the topic for which TopicInfoView is toggled. Then check realm_community_topic_editing_limit_seconds before using update_stream_message to edit the topic with propagate mode as change_all to (un)resolve topics.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Sep 2, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Sep 4, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Sep 6, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Sep 10, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
neiljp
pushed a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Sep 10, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Oct 13, 2022
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Apr 7, 2023
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Apr 8, 2023
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
srdeotarse
added a commit
to srdeotarse/zulip-terminal
that referenced
this issue
Apr 8, 2023
Fixes zulip#1075 The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name.
18 tasks
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 5, 2024
The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name. Fixes zulip#1075. Co-authored-by: Shivam Deotarse <[email protected]>
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 5, 2024
The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name. Fixes zulip#1075. Co-authored-by: Shivam Deotarse <[email protected]>
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 5, 2024
The function calls get_latest_message_in_topic to fetch recent message in topic to be (un)resolved. It verifies user and editing conditions using can_user_edit_topic function and finally add or remove RESOLVED_TOPIC_PREFIX from topic name. Fixes zulip#1075. Co-authored-by: Shivam Deotarse <[email protected]>
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 5, 2024
Fixes zulip#1075. Co-authored-by: Shivam Deotarse <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: UI
General user interface update
GSoC
Possible GSoC project component
high priority
should be done as soon as possible
missing feature: user
A missing feature for all users, present in another Zulip client
version parity: 5
This feature is likely to be in Zulip 5.0 and while still under development appears fairly settled and ready to be implemented.
This feature involves toggling a prefix+space marker, though we should check the web app to confirm what is required.
We don't yet have one, but this is likely most easily presented through an option in a TopicsPopUp.
The text was updated successfully, but these errors were encountered: