-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Danger of forwarding to the wrong room #50
Labels
stale
The item is going to be closed soon because of inactivity
Comments
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Mar 7, 2024
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When you select a message for forwarding, you get a list of rooms. Tapping on a room, forwards the message to that room immediately.
The problem is, that this appears to be a "live" room list. Rooms move around when they receive activity. A room may switch position from underneath your finger and you may end up forwarding a message to a room you didn't intend to forward to.
Because of this problem, I've recently forwarded a photo to a public room with lots of members, instead of forwarding it to another Direct Message room (my original intention). I've forwarded hundreds of messages using Fluffychat and only had this happen to me once. While slightly embarrassing in my case, this has the potential to cause serious damage in other cases.
I think that it'd be nice to have:
I think a better overall solution would be to implement forwarding to multiple rooms (#211) together with this.
That is, rendering a static list of rooms with checkboxes next to each one, and potentially a search field above them too ( #194), and then a Forward button in the top-right, and a Cancel button in the top-left or something of that sort.
/issue fluffy
The text was updated successfully, but these errors were encountered: