state-res: Remove unneeded .as_deref() call

This commit is contained in:
Jonas Platte 2021-09-11 22:32:50 +02:00
parent d60b7bf814
commit 2b7ab82401
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -235,7 +235,7 @@ where
sender,
sender_member_event.as_deref(),
incoming_event.content(),
prev_event.as_deref(),
prev_event,
current_third_party_invite,
power_levels_event.as_deref(),
fetch_state(&EventType::RoomJoinRules, "").as_deref(),