doc(base): Fix inline comment typos.

This commit is contained in:
Ivan Enderlin
2025-05-13 16:01:07 +02:00
parent c426c03624
commit 2c8f48fabb
2 changed files with 1 additions and 5 deletions

View File

@@ -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,

View File

@@ -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;