-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Please implement more client/v3/search filters: senders, not_senders #596
Labels
enhancement
New feature or request
Comments
The lack of filters is an inherited thing from Conduit, it's not intentional. |
I think the same stands for |
jevolk
added a commit
to jevolk/conduwuit
that referenced
this issue
Oct 26, 2024
closes girlbossceo#596 Signed-off-by: Jason Volk <[email protected]>
jevolk
added a commit
to jevolk/conduwuit
that referenced
this issue
Oct 27, 2024
closes girlbossceo#596 Signed-off-by: Jason Volk <[email protected]>
jevolk
added a commit
to jevolk/conduwuit
that referenced
this issue
Oct 27, 2024
Signed-off-by: Jason Volk <[email protected]>
jevolk
added a commit
to jevolk/conduwuit
that referenced
this issue
Oct 27, 2024
closes girlbossceo#596 Signed-off-by: Jason Volk <[email protected]>
jevolk
added a commit
to jevolk/conduwuit
that referenced
this issue
Oct 27, 2024
Signed-off-by: Jason Volk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
POST /_matrix/client/v3/search
is used by Rust SDK, when doingroom.messages(options)
withMessagesOption
andRoomEventFilter
withsenders
field (or at least I think that's the API call).I would use the call for the Robot to collect all past messages for deletion of a user to be very kickbanned. (The method would be searching backwards in loop until either reaching the top or the bot getting bored scrolling back without success.)
This would need working
senders
(and possibly its inverse:not_senders
) in the filter.(Other filters may not be hard to code the same time, but my focus is on that one now.)
(Sidenote: it seems conduwuit does not even log unsupported (and thus dropped) filter attributes. Is this intentional?)
The text was updated successfully, but these errors were encountered: