fix(sync/v3): Do not include the last membership event when syncing left rooms

This commit is contained in:
Ginger
2025-11-05 17:40:14 -05:00
parent 8ffc6d4f15
commit ee51d4357f
2 changed files with 16 additions and 14 deletions
+1
View File
@@ -39,6 +39,7 @@ impl TimelinePdus {
}
}
/// Load up to `limit` PDUs in the range (starting_count, ending_count].
async fn load_timeline(
services: &Services,
sender_user: &UserId,