fix: Create a group unblocked for bot even if 1:1 chat is blocked (#5514)

This commit is contained in:
iequidoo
2024-05-30 10:27:28 -03:00
committed by iequidoo
parent 6f3729a00f
commit 62fde21d9a
3 changed files with 30 additions and 2 deletions

View File

@@ -807,7 +807,7 @@ async fn add_parts(
// 1:1 chat is blocked, but the contact is not.
// This happens when 1:1 chat is hidden
// during scanning of a group invitation code.
Blocked::Request
create_blocked_default
}
}
}