state-res: Remove unneeded .as_deref()
call
This commit is contained in:
parent
d60b7bf814
commit
2b7ab82401
@ -235,7 +235,7 @@ where
|
|||||||
sender,
|
sender,
|
||||||
sender_member_event.as_deref(),
|
sender_member_event.as_deref(),
|
||||||
incoming_event.content(),
|
incoming_event.content(),
|
||||||
prev_event.as_deref(),
|
prev_event,
|
||||||
current_third_party_invite,
|
current_third_party_invite,
|
||||||
power_levels_event.as_deref(),
|
power_levels_event.as_deref(),
|
||||||
fetch_state(&EventType::RoomJoinRules, "").as_deref(),
|
fetch_state(&EventType::RoomJoinRules, "").as_deref(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user