conduit/src
Guillem Nieto 9269f009db Allow client to load history on newly joined rooms
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
2020-06-06 19:29:03 +02:00
..
database Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
client_server.rs Allow client to load history on newly joined rooms 2020-06-06 19:29:03 +02:00
database.rs fix: send presence too often 2020-06-04 22:36:48 +02:00
error.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
main.rs feat: kick,ban,unban user route 2020-06-04 16:51:36 +02:00
pdu.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
ruma_wrapper.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
server_server.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
stateres.rs work 2020-04-29 10:27:31 +02:00
utils.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00