mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Clippy fixes
This commit is contained in:
@@ -14,7 +14,7 @@ use futures::{
|
||||
use ruma::{
|
||||
CanonicalJsonValue, EventId, OwnedUserId, RoomId, ServerName, UserId,
|
||||
events::{
|
||||
StateEventType, TimelineEventType,
|
||||
TimelineEventType,
|
||||
room::member::{MembershipState, RoomMemberEventContent},
|
||||
},
|
||||
};
|
||||
@@ -209,7 +209,7 @@ pub async fn handle_incoming_pdu<'a>(
|
||||
}
|
||||
|
||||
// Fetch create event
|
||||
let ref create_event = self
|
||||
let create_event = &self
|
||||
.services
|
||||
.state_accessor
|
||||
.get_room_create_event(room_id)
|
||||
|
||||
Reference in New Issue
Block a user