-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Don't provide 'Reply' option for messages that can't be replied to #3810
Comments
I'm working on this. |
PR #3811 addresses this. |
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Jan 30, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes zulip#3810.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 1, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes zulip#3810.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 1, 2020
Remove the 'Reply' option from messageActionSheet when the user is in a topic narrow or group private message narrow. Fixes zulip#3810.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 1, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes zulip#3810.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 1, 2020
Remove the 'Reply' option from messageActionSheet when the user is in a topic narrow or group private message narrow. Fixes zulip#3810.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 4, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes zulip#3810.
rk-for-zulip
pushed a commit
that referenced
this issue
Feb 4, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes #3810.
Reopening, as explained here: #3811 (review) |
gnprice
added a commit
that referenced
this issue
Feb 4, 2020
… narrow." This reverts commit 674f9a2 (#3811). That commit fixed only some cases of #3810: it relies on the current narrow rather than the specific message, and so it misses relevant messages when we're in a starred narrow, a search, etc. The right fix will involve plumbing a different set of data down through these layers, rather than `isAnnouncementOnly`, so it'll be simpler to do that fresh than starting from here.
agrawal-d
added a commit
to agrawal-d/zulip-mobile
that referenced
this issue
Feb 6, 2020
… scenarios. Show 'Reply' option for Outbox messages. Modify 'Reply' option for announcement-only narrow messages based on whether the user is an admin. Fixes zulip#3810.
Maskedman99
pushed a commit
to Maskedman99/zulip-mobile
that referenced
this issue
Feb 12, 2020
Currently, it is possible to select the 'Reply' option from action sheet when in an announcement-only narrow, even if the user is not an admin. Modify 'Reply' option based on whether the user is an administrator. Fixes zulip#3810.
Maskedman99
pushed a commit
to Maskedman99/zulip-mobile
that referenced
this issue
Feb 12, 2020
… narrow." This reverts commit 674f9a2 (zulip#3811). That commit fixed only some cases of zulip#3810: it relies on the current narrow rather than the specific message, and so it misses relevant messages when we're in a starred narrow, a search, etc. The right fix will involve plumbing a different set of data down through these layers, rather than `isAnnouncementOnly`, so it'll be simpler to do that fresh than starting from here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... e.g. (and possibly i.e.), messages in admin-only streams when the active user is not an admin.
(See also #3528.)
The text was updated successfully, but these errors were encountered: