mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 20:33:02 +02:00
general misc bug fixes and slight improvements
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fd2a002480
commit
4f0bdb5194
10 changed files with 127 additions and 100 deletions
|
@ -157,7 +157,5 @@ async fn create_leave_event(
|
|||
.room_servers(room_id)
|
||||
.ready_filter(|server| !services.globals.server_is_ours(server));
|
||||
|
||||
services.sending.send_pdu_servers(servers, &pdu_id).await?;
|
||||
|
||||
Ok(())
|
||||
services.sending.send_pdu_servers(servers, &pdu_id).await
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue