mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-26 18:21:00 +00:00
fix: Matrix media repo
This commit is contained in:
parent
3df21e8257
commit
a7405cddc0
4 changed files with 50 additions and 30 deletions
|
@ -97,7 +97,7 @@ pub async fn join_room_by_id_or_alias_route(
|
|||
|
||||
let (servers, room_id) = match OwnedRoomId::try_from(body.room_id_or_alias) {
|
||||
Ok(room_id) => {
|
||||
let mut servers = body.server_name.clone();
|
||||
let mut servers = body.via.clone();
|
||||
servers.extend(
|
||||
services()
|
||||
.rooms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue