1
0
Fork 0
forked from mirror/grapevine
grapevine-fork/src
Benjamin Lee 697c5ac534
allow searching in left rooms
The spec states that

> The search API allows clients to perform full text search across
> events in all rooms that the user has been in, including those that they
> have left. Only events that the user is allowed to see will be
> searched, e.g. it won’t include events in rooms that happened after
> you left.

<https://spec.matrix.org/v1.10/client-server-api/#server-side-search>
2024-06-03 19:54:50 -07:00
..
api allow searching in left rooms 2024-06-03 19:54:50 -07:00
config change rustfmt configuration 2024-05-16 19:11:40 -07:00
database allow searching in left rooms 2024-06-03 19:54:50 -07:00
service allow searching in left rooms 2024-06-03 19:54:50 -07:00
utils upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
api.rs enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
clap.rs use the version function for s2s API too 2024-05-14 20:21:51 -07:00
config.rs enable allow_federation config by default 2024-05-30 09:30:13 -07:00
database.rs enable doc_markdown lint 2024-05-26 19:47:00 -07:00
error.rs factor observability things into its own module 2024-05-27 10:01:00 -07:00
main.rs factor observability things into its own module 2024-05-27 10:01:00 -07:00
observability.rs don't hardcode EnvFilter for tracing-flame 2024-05-27 10:06:26 -07:00
service.rs Remove unused cache 2024-05-22 20:08:43 +00:00
utils.rs enable unused_qualifications lint 2024-05-26 19:47:00 -07:00