Skip to content

Commit b837865

Browse files
jplattepoljar
authored andcommitted
refactor(ui): Inherit Send / Sync bounds on RoomDataProvider from super traits
1 parent eac5a5e commit b837865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-ui/src/timeline/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl RoomExt for Room {
7171
}
7272

7373
pub(super) trait RoomDataProvider:
74-
Clone + Send + Sync + 'static + PaginableRoom + PinnedEventsRoom
74+
Clone + PaginableRoom + PinnedEventsRoom + 'static
7575
{
7676
fn own_user_id(&self) -> &UserId;
7777
fn room_version(&self) -> RoomVersionId;

0 commit comments

Comments
 (0)