-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat: display past chat members #4531
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature!
To be clear, this is not yet supported by core.
29da587
to
b44eed1
Compare
2639260
to
24fa0ee
Compare
24fa0ee
to
142917a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely, after a bit of testing!
When removing members, they show up immediately in the "past members" section. Roving tabindex also works as intended. Same for clicking on members.
I left a small suggestion, but it's not important, feel free to ignore it.
dd8023d
to
f4f8cb3
Compare
Since the core now has a new group consistency algorithm, the list of past members who left the group in the last 90 days is sent around in the (encrypted) header. Displaying it makes users aware that this happens and past members are known even to the new members. Besides "security" aspect, the feature is just occasionally useful to check "have I removed the bot from the group already, or just cannot find it in the huge member list?".
For use together with chatmail/core#6442