mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-06-14 14:44:07 -04:00
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> |
||
|---|---|---|
| .. | ||
| account.rs | ||
| alias.rs | ||
| backup.rs | ||
| capabilities.rs | ||
| config.rs | ||
| context.rs | ||
| device.rs | ||
| directory.rs | ||
| filter.rs | ||
| keys.rs | ||
| media.rs | ||
| membership.rs | ||
| message.rs | ||
| mod.rs | ||
| presence.rs | ||
| profile.rs | ||
| push.rs | ||
| read_marker.rs | ||
| redact.rs | ||
| relations.rs | ||
| report.rs | ||
| room.rs | ||
| search.rs | ||
| session.rs | ||
| space.rs | ||
| state.rs | ||
| sync.rs | ||
| tag.rs | ||
| thirdparty.rs | ||
| threads.rs | ||
| to_device.rs | ||
| typing.rs | ||
| unversioned.rs | ||
| user_directory.rs | ||
| voip.rs | ||