drop unnecessary error to debug_warn
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
98363852b1
commit
54a107c3c4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pub(crate) async fn get_state_events_for_key_route(
|
||||||
.room_state_get(&body.room_id, &body.event_type, &body.state_key)
|
.room_state_get(&body.room_id, &body.event_type, &body.state_key)
|
||||||
.await
|
.await
|
||||||
.map_err(|_| {
|
.map_err(|_| {
|
||||||
err!(Request(NotFound(error!(
|
err!(Request(NotFound(debug_warn!(
|
||||||
room_id = ?body.room_id,
|
room_id = ?body.room_id,
|
||||||
event_type = ?body.event_type,
|
event_type = ?body.event_type,
|
||||||
"State event not found in room.",
|
"State event not found in room.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue