mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
refactor: remove ProtectionStatus
This commit is contained in:
@@ -1000,7 +1000,7 @@ async fn test_other_device_writes_to_mailinglist() -> Result<()> {
|
||||
chat::get_chat_id_by_grpid(&t, "delta.codespeak.net")
|
||||
.await?
|
||||
.unwrap(),
|
||||
(first_chat.id, false, Blocked::Request)
|
||||
(first_chat.id, Blocked::Request)
|
||||
);
|
||||
|
||||
receive_imf(
|
||||
|
||||
Reference in New Issue
Block a user