1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-09 17:10:57 +00:00
continuwuity/src
strawberry ca42ec338b replace accidental unwraps with if let's
this provides not only some future compatibility with MSC4051,
but it just makes sense to not crash/error if we can't get a server_name
from the room ID and should just use the server_name from the sender
user's invite event. there is already code ahead that accounts for
an empty vector so this is safe.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-02-24 13:04:13 -05:00
..
api replace accidental unwraps with if let's 2024-02-24 13:04:13 -05:00
config feat: custom text for user displayname suffix upon registration 2024-02-24 13:04:13 -05:00
database admin command to delete media via MXC url 2024-02-24 13:04:13 -05:00
service replace accidental unwraps with if let's 2024-02-24 13:04:13 -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 more useful database logging (compaction, time taken to load) 2024-02-20 07:06:57 -05:00