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 3558886 commit d3d7c03Copy full SHA for d3d7c03
crates/matrix-sdk-crypto/src/identities/room_identity_state.rs
@@ -192,9 +192,10 @@ impl<R: RoomIdentityProvider> RoomIdentityState<R> {
192
}
193
194
195
- // If the supplied `new_state` represents an actual change, updates our internal
196
- // state for this user, and returns the change information we will surface to
197
- // the UI.
+ /// Updates our internal state for this user to the supplied `new_state`. If
+ /// the change of state is significant (it requires something to change
+ /// in the UI, like a warning being added or removed), returns the
198
+ /// change information we will surface to the UI.
199
fn update_user_state_to(
200
&mut self,
201
user_id: &UserId,
0 commit comments