mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 04:53:01 +02:00
feat(hydra): Initial public commit for v12 support
This commit is contained in:
parent
1bc663e1c8
commit
acde010fde
59 changed files with 954 additions and 397 deletions
|
@ -423,7 +423,7 @@ pub async fn update_all_rooms(
|
|||
if let Err(e) = services
|
||||
.rooms
|
||||
.timeline
|
||||
.build_and_append_pdu(pdu_builder, user_id, room_id, &state_lock)
|
||||
.build_and_append_pdu(pdu_builder, user_id, Some(room_id), &state_lock)
|
||||
.await
|
||||
{
|
||||
warn!(%user_id, %room_id, "Failed to update/send new profile join membership update in room: {e}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue