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 2f031a4 commit feea74eCopy full SHA for feea74e
crates/matrix-sdk/src/room/mod.rs
@@ -3171,7 +3171,7 @@ impl Room {
3171
3172
/// Observe live location sharing events for this room.
3173
///
3174
- /// The returned receiver will receive the newest event for each sync
+ /// The returned observable will receive the newest event for each sync
3175
/// response that contains a `m.beacon` event.
3176
pub fn observe_live_location_shares(&self) -> ObservableLiveLocation {
3177
ObservableLiveLocation::new(&self.client, self.room_id())
0 commit comments