1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-10-20 19:52:07 +00:00
conduit/src/service/rooms/alias
Matthias Ahouansou 21af83ea72
feat: knocking
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
2025-03-03 18:07:21 +00:00
..
data.rs fix: permission checks for aliases 2024-06-12 19:41:31 +02:00
mod.rs feat: knocking 2025-03-03 18:07:21 +00:00