File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/matrix-sdk/src/room Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,9 +281,9 @@ impl Common {
281
281
282
282
/// Get active members for this room, includes invited, joined members.
283
283
///
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 .
287
287
///
288
288
/// Use [active_members()](#method.active_members) if you want to ensure to
289
289
/// always get the full member list.
You can’t perform that action at this time.
0 commit comments