mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 09:23:23 -04:00
doc(base): Fix inline comment typos.
This commit is contained in:
@@ -146,11 +146,7 @@ pub mod stripped {
|
||||
/// counterpart.
|
||||
/// * `room` - The [`Room`] to modify.
|
||||
/// * `room_info` - The current room's info.
|
||||
/// * `push_rules` - The push rules for this room.
|
||||
/// * `changes` - The accumulated list of changes to apply once the
|
||||
/// processing is finished.
|
||||
/// * `notifications` - Notifications to post for the current room.
|
||||
/// * `state_store` — The state store.
|
||||
#[instrument(skip_all, fields(room_id = ?room_info.room_id))]
|
||||
pub(crate) async fn dispatch_invite_or_knock(
|
||||
context: &mut Context,
|
||||
|
||||
@@ -211,7 +211,7 @@ impl BaseClient {
|
||||
)
|
||||
.await;
|
||||
|
||||
// Rooms in `new_rooms.join` either have a timeline update, or a new read
|
||||
// Rooms in `room_updates.joined` either have a timeline update, or a new read
|
||||
// receipt. Update the read receipt accordingly.
|
||||
// let user_id = &self.session_meta().expect("logged in user").user_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user