From e21d9fb5762798bfd4a888c8f9e0965ba17aad78 Mon Sep 17 00:00:00 2001 From: torrybr <16907963+torrybr@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:12:54 -0500 Subject: [PATCH] chore: rebase on main --- crates/matrix-sdk/src/room/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/matrix-sdk/src/room/mod.rs b/crates/matrix-sdk/src/room/mod.rs index 0baa232083d..c507aaf10bc 100644 --- a/crates/matrix-sdk/src/room/mod.rs +++ b/crates/matrix-sdk/src/room/mod.rs @@ -134,7 +134,6 @@ use crate::{ event_handler::{EventHandler, EventHandlerDropGuard, EventHandlerHandle, SyncEvent}, live_location_share::{LastLocation, LiveLocationShare}, media::{MediaFormat, MediaRequestParameters}, - live_location_share::{LastLocation, LiveLocationShare}, notification_settings::{IsEncrypted, IsOneToOne, RoomNotificationMode}, room::power_levels::{RoomPowerLevelChanges, RoomPowerLevelsExt}, sync::RoomUpdate,