1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

0 errors left!

This commit is contained in:
Timo Kösters 2022-10-08 13:02:52 +02:00
parent cc1e4be53d
commit 342c9bff4f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
59 changed files with 656 additions and 563 deletions

View file

@ -1319,7 +1319,7 @@ pub async fn create_join_event_template_route(
})
.expect("member event is valid value");
let (pdu, pdu_json) = services().rooms.timeline.create_hash_and_sign_event(
let (_pdu, pdu_json) = services().rooms.timeline.create_hash_and_sign_event(
PduBuilder {
event_type: RoomEventType::RoomMember,
content,