continuwuity/src/api/client/membership
Ginger 1ad60df7a6 fix: Properly sync left rooms
- Remove most usages of `update_membership` in favor
  of directly calling the `mark_as_*` functions
- Store the leave membership event as the value in the
  `userroomid_leftstate` table
- Use the `userroomid_leftstate` table to synchronize the
  timeline and state for left rooms if possible
2025-12-03 16:04:32 +00:00
..
ban.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
forget.rs Cleanup/improve other async queries in some client handlers. 2025-07-02 19:12:51 +01:00
invite.rs Add support for MSC4155 (#1013) 2025-09-21 17:03:40 +00:00
join.rs fix: Fix restricted join rules inconsistencies 2025-09-20 21:07:13 +00:00
kick.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
knock.rs fix: Properly sync left rooms 2025-12-03 16:04:32 +00:00
leave.rs fix: Properly sync left rooms 2025-12-03 16:04:32 +00:00
members.rs Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
mod.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
unban.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00