Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Jul 26, 2024
1 parent 7e5919f commit 16cb265
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 5 additions & 4 deletions crates/matrix-sdk/src/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ use matrix_sdk_common::timeout::timeout;
use mime::Mime;
#[cfg(feature = "e2e-encryption")]
use ruma::events::{
beacon::BeaconEventContent, room::encrypted::OriginalSyncRoomEncryptedEvent,
AnySyncMessageLikeEvent, AnySyncTimelineEvent, OriginalSyncStateEvent, SyncMessageLikeEvent,
room::encrypted::OriginalSyncRoomEncryptedEvent,
AnySyncMessageLikeEvent, AnySyncTimelineEvent, SyncMessageLikeEvent,
};
use ruma::{
api::client::{
Expand All @@ -52,6 +52,7 @@ use ruma::{
},
assign,
events::{
beacon::BeaconEventContent,
beacon_info::BeaconInfoEventContent,
call::notify::{ApplicationType, CallNotifyEventContent, NotifyType},
direct::DirectEventContent,
Expand All @@ -72,8 +73,8 @@ use ruma::{
tag::{TagInfo, TagName},
typing::SyncTypingEvent,
AnyRoomAccountDataEvent, AnyRoomAccountDataEventContent, AnyTimelineEvent, EmptyStateKey,
Mentions, MessageLikeEventContent, MessageLikeEventType, RedactContent,
RedactedStateEventContent, RoomAccountDataEvent, RoomAccountDataEventContent,
Mentions, MessageLikeEventContent, MessageLikeEventType, OriginalSyncStateEvent,
RedactContent, RedactedStateEventContent, RoomAccountDataEvent, RoomAccountDataEventContent,
RoomAccountDataEventType, StateEventContent, StateEventType, StaticEventContent,
StaticStateEventContent, SyncStateEvent,
},
Expand Down
6 changes: 2 additions & 4 deletions crates/matrix-sdk/tests/integration/room/joined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ use matrix_sdk::{
};
use matrix_sdk_base::{deserialized_responses::AnySyncOrStrippedState, RoomState};
use matrix_sdk_test::{
async_test, test_json,
test_json::{sync::CUSTOM_ROOM_POWER_LEVELS},
EphemeralTestEvent, GlobalAccountDataTestEvent, JoinedRoomBuilder, SyncResponseBuilder,
DEFAULT_TEST_ROOM_ID,
async_test, test_json, test_json::sync::CUSTOM_ROOM_POWER_LEVELS, EphemeralTestEvent,
GlobalAccountDataTestEvent, JoinedRoomBuilder, SyncResponseBuilder, DEFAULT_TEST_ROOM_ID,
};
use ruma::{
api::client::{membership::Invite3pidInit, receipt::create_receipt::v3::ReceiptType},
Expand Down

0 comments on commit 16cb265

Please sign in to comment.