conduit/src
Charles Hall 621c85fd3b run cargo update
`IndexMap::remove` was deprecated in favor of explicitly named methods.
I assume that we actually needed to be using `shift_remove`, otherwise
we probably wouldn't be bothering with `indexmap` here in the first
place. I wonder if this fixes any bugs lol

from: https://gitlab.com/famedly/conduit/-/merge_requests/580

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-01-31 16:20:26 -05:00
..
api improvement: registration token now only works when registration is enabled 2024-01-25 19:28:33 -05:00
config make allow_federation default to true 2024-01-27 16:47:33 -05:00
database run cargo update 2024-01-31 16:20:26 -05:00
service fix room ID messages, remove comments 2024-01-25 19:28:33 -05:00
utils fix more clippy lints (part 1) 2024-01-17 14:26:26 -05:00
lib.rs add all possible workspace clippy lints (with commenting out most for now) 2024-01-14 20:55:56 -05:00
main.rs improvement: registration token now only works when registration is enabled 2024-01-25 19:28:33 -05:00