Skip to content

Commit 96c7b3f

Browse files
authored
doc(sdk): Add a warning.
Signed-off-by: Ivan Enderlin <[email protected]>
1 parent 0a02a41 commit 96c7b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/matrix-sdk/src/room_directory_search.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ impl SearchState {
9494
/// capability of using a filter and a batch_size. This struct is also
9595
/// responsible for keeping the current state of the search, and exposing an
9696
/// update of stream of the results, reset the search, or ask for the next page.
97-
/// Users must take great care when using the public room search since the
97+
///
98+
/// ⚠️ Users must take great care when using the public room search since the
9899
/// results might contains NSFW content.
99100
///
100101
/// # Example

0 commit comments

Comments
 (0)