This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Search a rooms content #111
Comments
Unfortunately this isn't really feasible as to search a room the user must be in the room. matrix-static specifically does not join rooms and only peeks them, so to enable this it'd need to download and sync all history for all public rooms to make them searchable which would be far outside the scope of this project which stores nothing |
Oh, so everytime I visit a room via a hosted matrix-static instance, it is fetching the data from the rooms? |
It holds a cache for the recently visited rooms to speed things up, but otherwise uses the peeking API |
So in order for this to get ever implemented, an MSC would have to be made to allow searching in public rooms without joining them. |
Most likely yes |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Sometimes I want to get to a specific point in time via some sentences I can remember were said back then.
Describe the solution you'd like
Implement a search feature, so one can jump to specific points in time/discussions more easily.
The text was updated successfully, but these errors were encountered: