chorus/src/api
kozabrada123 743f106ec6
Miscellaneous fixes (#514)
- fix `PATCH /users/@me` - It incorrectly returned a required password error, even if the current password was set
- fix `GET /users/@me/guilds` - It incorrectly sent body parameters instead of query ones
- don't log debug! for every successful ratelimited request - use trace! so it's less spamy
- update the max expected compression ratio (several times) from 20 to 200. let's hope that will be enough
- fix deserialization errors relating to guild folders in user settings
- fix a panic in `SqlxBitFlags` if there are extra flags. It now truncates them
- update `chorus_macros` to 0.4.1 (due to the above fix)
- log (trace!) event data if we fail to parse it or it's unrecognised, for debugging purposes
- fix a deserialization error in the `MessageACK` event
- fix `public_flags` in user objects not being `PublicFlags` bitflags
2024-06-28 14:05:59 +02:00
..
auth Refactor / fix login and register (#495) 2024-05-05 14:43:23 +02:00
channels Ignore unused imports for pub use (#484) 2024-03-15 17:08:46 +01:00
guilds Primitive voice implementation (feature/voice) (#457) 2024-04-16 17:18:21 +02:00
invites Include license header everywhere 2024-01-30 17:19:34 +01:00
policies Ignore unused imports for pub use (#484) 2024-03-15 17:08:46 +01:00
users Miscellaneous fixes (#514) 2024-06-28 14:05:59 +02:00
mod.rs Ignore unused imports for pub use (#484) 2024-03-15 17:08:46 +01:00