Commit Graph

6683 Commits

Author SHA1 Message Date
Ginger 72e77ae329 refactor: Fix errors in admin/debug/commands.rs 2026-04-25 09:41:27 -04:00
Ginger 0a862d7dee refactor: Fix errors in admin/check/commands.rs 2026-04-25 09:41:27 -04:00
Ginger 5e75de3594 refactor: Fix remaining errors in api/ (and temporarily switch to a fork of ruma) 2026-04-25 09:41:27 -04:00
Ginger b6835d1235 refactor: Fix errors in web/ 2026-04-25 09:41:27 -04:00
Ginger 56cc8f95e5 refactor: Fix errors in api/router/ 2026-04-25 09:41:27 -04:00
Ginger 80f58a6c98 refactor: Fix errors in api/server/well_known.rs 2026-04-25 09:41:27 -04:00
Ginger 87ee6e06a0 refactor: Fix errors in api/server/version.rs 2026-04-25 09:41:27 -04:00
Ginger a45b75064a refactor: Fix errors in api/server/user.rs 2026-04-25 09:41:27 -04:00
Ginger 9b202c34aa refactor: Fix errors in api/server/state.rs 2026-04-25 09:41:26 -04:00
Ginger 8e3850adbd refactor: Fix errors in api/server/state_ids.rs 2026-04-25 09:41:26 -04:00
Ginger 6c30cf6895 refactor: Fix errors in api/server/send.rs 2026-04-25 09:41:26 -04:00
Ginger 9a73b9a8a6 refactor: Fix errors in api/server/send_leave.rs 2026-04-25 09:41:26 -04:00
Ginger c78ba2cbf7 refactor: Fix errors in api/server/send_knock.rs 2026-04-25 09:41:26 -04:00
Ginger d07d4e5bc6 refactor: Fix errors in api/server/send_join.rs 2026-04-25 09:41:26 -04:00
Ginger 42641f7670 refactor: Fix errors in api/server/query.rs 2026-04-25 09:41:26 -04:00
Ginger ad9cdbfa4f refactor: Fix errors in api/server/publicrooms.rs 2026-04-25 09:41:26 -04:00
Ginger 33f39200af refactor: Fix errors in api/server/media.rs 2026-04-25 09:41:26 -04:00
Ginger f3aa109637 refactor: Fix errors in api/server/make_leave.rs 2026-04-25 09:41:26 -04:00
Ginger 10059ecd3b refactor: Fix errors in api/server/make_knock.rs 2026-04-25 09:41:26 -04:00
Ginger 8fa2eb06eb refactor: Fix most errors in api/server/make_join.rs 2026-04-25 09:41:26 -04:00
Ginger 42ea68b3b6 refactor: Fix errors in api/server/key.rs 2026-04-25 09:41:26 -04:00
Ginger 06a109b3b8 refactor: Fix errors in api/server/invite.rs 2026-04-25 09:41:26 -04:00
Ginger d40fa2116b refactor: Fix errors in api/server/get_missing_events.rs 2026-04-25 09:41:26 -04:00
Ginger d3020d2a29 refactor: Fix errors in api/server/event.rs 2026-04-25 09:41:26 -04:00
Ginger d4ebf63c72 refactor: Fix errors in api/server/event_auth.rs 2026-04-25 09:41:26 -04:00
Ginger ab16171080 refactor: Fix errors in api/server/backfill.rs 2026-04-25 09:41:26 -04:00
Ginger 420395924c refactor: Fix remaining errors in api/cient/message.rs 2026-04-25 09:41:26 -04:00
Ginger 9e402cf1c9 refactor: Fix mystery weirdness in api/client/sync/v3/mod.rs 2026-04-25 09:41:26 -04:00
Ginger f327afffcc refactor: Fix errors in api/client/well_known.rs 2026-04-25 09:41:26 -04:00
Ginger 2bfd6dd7fb refactor: Fix errors in api/client/voip.rs 2026-04-25 09:41:26 -04:00
Ginger 65dbfa71dc refactor: Fix errors in api/client/user_directory.rs 2026-04-25 09:41:26 -04:00
Ginger d5abdf29d3 refactor: Fix errors in api/client/unversioned.rs 2026-04-25 09:41:26 -04:00
Ginger 1bfb5375ef refactor: Fix errors in api/client/typing.rs 2026-04-25 09:41:26 -04:00
Ginger ce38327c1d refactor: Fix errors in api/client/to_device.rs 2026-04-25 09:41:26 -04:00
Ginger 4bc97e2ed1 refactor: Fix errors in api/client/threads.rs 2026-04-25 09:41:26 -04:00
Ginger c8033796aa refactor: Fix errors in api/client/thirdparty.rs 2026-04-25 09:41:26 -04:00
Ginger 20cb67e8e9 refactor: Fix errors in api/client/tag.rs 2026-04-25 09:41:26 -04:00
Ginger 168cf4857f refactor: Fix errors in api/client/state.rs 2026-04-25 09:41:26 -04:00
Ginger da0703f341 refactor: Fix errors in api/client/session.rs 2026-04-25 09:41:26 -04:00
Ginger 36d21a01a9 refactor: Fix errors in api/client/send.rs 2026-04-25 09:41:26 -04:00
Ginger ca261c55fc refactor: Fix errors in api/client/search.rs 2026-04-25 09:41:26 -04:00
Ginger 806761536f refactor: Fix errors in api/client/report.rs 2026-04-25 09:41:26 -04:00
Ginger be105eece9 refactor: Fix errors in api/client/relations.rs 2026-04-25 09:41:26 -04:00
Ginger aa77d760dd refactor: Fix errors in api/client/redact.rs 2026-04-25 09:41:26 -04:00
Ginger d62de54a0e refactor: Fix errors in api/client/read_marker.rs 2026-04-25 09:41:26 -04:00
Ginger d335cbcad6 refactor: Fix errors in api/client/push.rs 2026-04-25 09:41:26 -04:00
Ginger 15c359d45f refactor: Fix errors in api/client/profile.rs and api/client/unstable.rs 2026-04-25 09:41:26 -04:00
Ginger 4e180db1b4 refactor: Fix errors in api/client/presence.rs 2026-04-25 09:41:26 -04:00
Ginger a02e7bb2a1 refactor: Fix errors in api/client/openid.rs 2026-04-25 09:41:26 -04:00
Ginger 56b7bde2b4 refactor: Fix most errors in api/client/messages.rs 2026-04-25 09:41:26 -04:00