We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac5a5e commit b837865Copy full SHA for b837865
crates/matrix-sdk-ui/src/timeline/traits.rs
@@ -71,7 +71,7 @@ impl RoomExt for Room {
71
}
72
73
pub(super) trait RoomDataProvider:
74
- Clone + Send + Sync + 'static + PaginableRoom + PinnedEventsRoom
+ Clone + PaginableRoom + PinnedEventsRoom + 'static
75
{
76
fn own_user_id(&self) -> &UserId;
77
fn room_version(&self) -> RoomVersionId;
0 commit comments