mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Fix mailinglist test
This commit is contained in:
@@ -1912,7 +1912,7 @@ async fn apply_mailinglist_changes(
|
|||||||
if list_post != old_list_post {
|
if list_post != old_list_post {
|
||||||
// Apparently the mailing list is using a different List-Post header in each message.
|
// Apparently the mailing list is using a different List-Post header in each message.
|
||||||
// Make the mailing list read-only because we would't know which message the user wants to reply to.
|
// Make the mailing list read-only because we would't know which message the user wants to reply to.
|
||||||
chat.param.set(Param::ListPost, "");
|
chat.param.remove(Param::ListPost);
|
||||||
chat.update_param(context).await?;
|
chat.update_param(context).await?;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user