mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 02:09:00 -05:00
On /sync, check if a room is a new join between `since` parameter and now. If it's a newly joined room, set the limited flag to true, which will force the client to load room messages via the `/messages` endpoint. On `master`, I could not reproduce the messages not showing to others when joining after being invited. Fixes #39 |
||
|---|---|---|
| .. | ||
| database | ||
| client_server.rs | ||
| database.rs | ||
| error.rs | ||
| main.rs | ||
| pdu.rs | ||
| ruma_wrapper.rs | ||
| server_server.rs | ||
| stateres.rs | ||
| utils.rs | ||