doc: create_group_chat_unencrypted() may lead to chat split on the first device

This commit is contained in:
iequidoo
2025-07-25 07:13:25 -03:00
committed by iequidoo
parent 3f371b3895
commit cd38aae4d6
2 changed files with 7 additions and 1 deletions

View File

@@ -3556,6 +3556,10 @@ pub async fn create_group_unencrypted(context: &Context, name: &str) -> Result<C
/// unencrypted chats currently.
/// * `grpid` - Group ID. Iff nonempty, the chat is encrypted (with key-contacts).
/// * `name` - Chat name.
///
/// NB: Unencrypted chats with similar names and the same members are merged on other devices, but
/// usually users don't create such chats and look up the existing one instead, so chat split on the
/// first device is acceptable.
pub(crate) async fn create_group_ex(
context: &Context,
sync: sync::Sync,