Commit Graph

6609 Commits

Author SHA1 Message Date
Ginger 2fa2829660 refactor: Fix errors in api/server/invite.rs 2026-04-22 09:36:38 -04:00
Ginger 756e8d478d refactor: Fix errors in api/server/get_missing_events.rs 2026-04-22 09:36:38 -04:00
Ginger 31d384921d refactor: Fix errors in api/server/event.rs 2026-04-22 09:36:38 -04:00
Ginger c49823a136 refactor: Fix errors in api/server/event_auth.rs 2026-04-22 09:36:38 -04:00
Ginger a84119e5d3 refactor: Fix errors in api/server/backfill.rs 2026-04-22 09:36:38 -04:00
Ginger 53123acff8 refactor: Fix remaining errors in api/cient/message.rs 2026-04-22 09:36:38 -04:00
Ginger 89591db677 refactor: Fix mystery weirdness in api/client/sync/v3/mod.rs 2026-04-22 09:36:38 -04:00
Ginger b7316b9e51 refactor: Fix errors in api/client/well_known.rs 2026-04-22 09:36:38 -04:00
Ginger 02ba1780b5 refactor: Fix errors in api/client/voip.rs 2026-04-22 09:36:37 -04:00
Ginger be4a94dc69 refactor: Fix errors in api/client/user_directory.rs 2026-04-22 09:36:37 -04:00
Ginger c0b3661ac5 refactor: Fix errors in api/client/unversioned.rs 2026-04-22 09:36:37 -04:00
Ginger b74ac6414b refactor: Fix errors in api/client/typing.rs 2026-04-22 09:36:37 -04:00
Ginger 3470de9086 refactor: Fix errors in api/client/to_device.rs 2026-04-22 09:36:37 -04:00
Ginger a69b957f50 refactor: Fix errors in api/client/threads.rs 2026-04-22 09:36:37 -04:00
Ginger 4401f0c482 refactor: Fix errors in api/client/thirdparty.rs 2026-04-22 09:36:37 -04:00
Ginger 4886aa8f77 refactor: Fix errors in api/client/tag.rs 2026-04-22 09:36:37 -04:00
Ginger a474ecfede refactor: Fix errors in api/client/state.rs 2026-04-22 09:36:37 -04:00
Ginger f13c855f34 refactor: Fix errors in api/client/session.rs 2026-04-22 09:36:37 -04:00
Ginger 3ded6c7364 refactor: Fix errors in api/client/send.rs 2026-04-22 09:36:37 -04:00
Ginger f06cc8de70 refactor: Fix errors in api/client/search.rs 2026-04-22 09:36:37 -04:00
Ginger d855af52ed refactor: Fix errors in api/client/report.rs 2026-04-22 09:36:37 -04:00
Ginger 0db5536f80 refactor: Fix errors in api/client/relations.rs 2026-04-22 09:36:37 -04:00
Ginger 61894853b4 refactor: Fix errors in api/client/redact.rs 2026-04-22 09:36:37 -04:00
Ginger 1847f3daff refactor: Fix errors in api/client/read_marker.rs 2026-04-22 09:36:37 -04:00
Ginger 7c737d4092 refactor: Fix errors in api/client/push.rs 2026-04-22 09:36:37 -04:00
Ginger 551922fab6 refactor: Fix errors in api/client/profile.rs and api/client/unstable.rs 2026-04-22 09:36:37 -04:00
Ginger f17eea4af4 refactor: Fix errors in api/client/presence.rs 2026-04-22 09:36:37 -04:00
Ginger 25da9e937c refactor: Fix errors in api/client/openid.rs 2026-04-22 09:36:37 -04:00
Ginger 412346f842 refactor: Fix most errors in api/client/messages.rs 2026-04-22 09:36:37 -04:00
Ginger a0a303ac01 refactor: Fix errors in api/client/media.rs 2026-04-22 09:36:37 -04:00
Ginger 85ad4816ac refactor: Fix errors in api/client/media_legacy.rs
Sent from my Steam Deck
2026-04-22 09:36:37 -04:00
Ginger 70d5b4bc55 refactor: Fix errors in api/client/keys.rs 2026-04-22 09:36:37 -04:00
Ginger 45290829d9 refactor: Fix errors in api/client/directory.rs 2026-04-22 09:36:37 -04:00
Ginger 57c574e9dd refactor: Fix errors in api/client/device.rs 2026-04-22 09:36:37 -04:00
Ginger 25565cadfc refactor: Fix errors in api/client/dehydrated_device.rs 2026-04-22 09:36:37 -04:00
Ginger 4e6c83facd refactor: Fix errors in api/client/context.rs 2026-04-22 09:36:37 -04:00
Ginger 34d5966ef9 refactor: Fix errors in api/client/capabilities.rs 2026-04-22 09:36:37 -04:00
Ginger 044970fdcd refactor: Fix errors in api/client/backup.rs 2026-04-22 09:36:37 -04:00
Ginger e3ef6504fb refactor: Fix errors in api/client/appservice.rs 2026-04-22 09:36:37 -04:00
Ginger e4c0067951 refactor: Fix errors in api/client/account_data.rs 2026-04-22 09:36:37 -04:00
Ginger 9502a2428b refactor: Fix errors in api/client/sync 2026-04-22 09:36:37 -04:00
Ginger 4345a64715 refactor: Resolve remaining errors in threepid.rs 2026-04-22 09:36:37 -04:00
Ginger a28b6cbe1d refactor: Fix errors in api/client/room/ 2026-04-22 09:36:37 -04:00
Ginger 5a4006d4a8 refactor: Rename PduBuilder to PartialPdu 2026-04-22 09:36:37 -04:00
Ginger a68ef84004 refactor: Add function to state_accessor to get create event 2026-04-22 09:36:35 -04:00
Ginger b750117375 refactor: Consolidate hierarchy and summary logic in a new service 2026-04-22 09:36:35 -04:00
Ginger ac77be3883 refactor: Fix errors in api/client/membership/ 2026-04-22 09:36:35 -04:00
Ginger d2f28c4d97 refactor: Fix (most) errors in api/client/account/ 2026-04-22 09:36:34 -04:00
Ginger e9c798f19f chore: Clippy fixes 2026-04-22 09:36:34 -04:00
Ginger 15b832ff01 refactor: Replace more uses of RoomVersionId with RoomVersionRules 2026-04-22 09:36:34 -04:00