mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-10-20 19:52:07 +00:00
You may notice that we do no database migration for populating the state cache for knocking. This is because that in all the places where we use the state cache, it doesn't make a difference: - For local users, the clients wouldn't have been able to knock on rooms, as the `/knock` endpoint wasn't implemented yet, and I am not aware of any client which tries to knock over `/state`, as it would fail if the server is not currently in the room - It is not used for remote users |
||
---|---|---|
.. | ||
data.rs | ||
mod.rs |