matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.75k stars 676 forks source link

Implement ignoring specific users #600

Closed babolivier closed 2 years ago

babolivier commented 5 years ago
abhishekkumar2718 commented 4 years ago

Correct me on this - Ignored users are sent as a map with usernames as key and user_ids as values. Since the usernames can be changed, we will have to use user_ids anyway.

Can we change this in the specification to send a list of user_ids instead? It seems more intuitive to me.

prateek2211 commented 4 years ago

I would like to work on this

kegsay commented 4 years ago

Sytests:

    × Ignore user in existing room
    × Ignore invite in full sync
    × Ignore invite in incremental sync
kegsay commented 2 years ago

https://github.com/matrix-org/dendrite/pull/2329