session-open-group-server/src
Jason Rhinelander 6c7f2e08e8 Separate old Room response from new Room response
The old Room response included the room token as "id", which is quite
awkward, and not something we want to propagate into the future API, so
we can't just start returning the extra details if we don't want to
maintain that misnaming.

This changes the API so that existing (deprecated) endpoints get the
deprecated field, and the new Room deserialization is free to break
backwards compat.
2021-10-11 20:23:45 -03:00
..
crypto.rs Add missing description field to Room struct 2021-10-11 20:23:45 -03:00
errors.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00
handlers.rs Separate old Room response from new Room response 2021-10-11 20:23:45 -03:00
logging.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00
main.rs Add 0.1.x database migration 2021-10-11 20:23:45 -03:00
migration.rs Add 0.1.x database migration 2021-10-11 20:23:45 -03:00
models.rs Add missing description field to Room struct 2021-10-11 20:23:45 -03:00
onion_requests.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00
options.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00
routes.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00
rpc.rs Separate old Room response from new Room response 2021-10-11 20:23:45 -03:00
schema.sql Fix metadata trigger queries 2021-10-11 20:23:45 -03:00
storage.rs Add 0.1.x database migration 2021-10-11 20:23:45 -03:00
tests.rs Reformatting: cargo fmt + various manual tweaks 2021-10-11 20:23:45 -03:00