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
As an admin who is managing access requests to a room
I want to be notified when somebody requests access
So that I am aware that somebody is waiting & they could get a response to their request ASAP
Browsing:
As an admin who is managing access requests to a room
I want to be able to browse all the pending requests
So that I can ensure that no request is missed because I was away or there were a higher number of requests
Conditions:
The admin here is a user with either invite and/or kick permissions on the room.
Only the admin should see the requests (including the green dot notification in room list)
However, the room is not expected to be bumped to the top when the request lands (this is left as a stretch goal).
The section for the pending requests (or generally the ability to accept / decline) should be available for admins only if the room’s join rule is knock or knock_restricted.
Based on the discussion I updated the description so that the room is not expected to be bumped to the top of the room list (for the admins) when a new knock on the room arrives. This is left as a stretch goal for the following reasons:
It is already intentionally not the case for receiving invites for the purpose of not suffering from spamming.
It is also not trivial to implement this; likely requires server side changes to get a reliable/sustainable implementation.
Description
Notifications:
Browsing:
Conditions:
Designs
Acceptance criteria
Size estimate
None
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
latest_event
matrix-org/matrix-rust-sdk#4170Other
The text was updated successfully, but these errors were encountered: