feature: push rule settings
This commit is contained in:
parent
88c60605b4
commit
602edfd849
1 changed files with 2 additions and 6 deletions
|
@ -220,12 +220,8 @@ pub async fn create_room_route(
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
db.rooms.build_and_append_pdu(
|
db.rooms
|
||||||
pdu_builder,
|
.build_and_append_pdu(pdu_builder, &sender_user, &room_id, &db)?;
|
||||||
&sender_user,
|
|
||||||
&room_id,
|
|
||||||
&db,
|
|
||||||
)?;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 6. Events implied by name and topic
|
// 6. Events implied by name and topic
|
||||||
|
|
Loading…
Reference in a new issue