-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Make it possible to move topics and messages #5165
Comments
This seems like a good feature to have on mobile, can I work on this issue?. I also have one doubt, for these features, I am guessing we have to make a few API calls to update the streams, is there any resources or anywhere that I can refer to on how the API works?. |
@alya , can I work on this issue? also, is there any API documentation as I mentioned before? |
@SilentCruzer you're welcome to work on it; you can ask in the #backend stream on chat.zulip.org regarding API documentation. As described in the contributor guide, you can post a comment asking to claim this issue when you're ready:
|
We've had another request for this: #5760, from a user who reports often needing to move messages (their own and others') as part of their work as a moderator/admin. |
To match web app functionality, we should make it possible to move topics and messages in the mobile app. Implementing just one of these would be an improvement; they do not have to be done at the same time.
Moving an entire topic
We should make it possible to move an entire topic by adding a "Move topic" option to the topic long-press menu. Selecting this option should open a modal similar to the web app:
Moving messages
We should make it possible to move some messages in a topic by adding a "Move topic" option to the message long-press menu. Selecting this option should open a modal with options like in the web app:
The text was updated successfully, but these errors were encountered: