Skip to content

Commit c35f8c5

Browse files
committed
fix(sdk): Fix docs of Common::active_members_no_sync
1 parent 703e965 commit c35f8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/matrix-sdk/src/room/common.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ impl Common {
281281

282282
/// Get active members for this room, includes invited, joined members.
283283
///
284-
/// *Note*: This method will fetch the members from the homeserver if the
285-
/// member list isn't synchronized due to member lazy loading. Because of
286-
/// that, it might panic if it isn't run on a tokio thread.
284+
/// *Note*: This method will not fetch the members from the homeserver if
285+
/// the member list isn't synchronized due to member lazy loading. Thus,
286+
/// members could be missing from the list.
287287
///
288288
/// Use [active_members()](#method.active_members) if you want to ensure to
289289
/// always get the full member list.

0 commit comments

Comments
 (0)