mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
bugfix
This commit is contained in:
@@ -1283,7 +1283,7 @@ pub async fn delete_msgs(context: &Context, msg_ids: &[MsgId]) -> Result<()> {
|
|||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
if context.get_config(Config::DebugLogging).await? == Some(msg_id.to_string()) {
|
if context.get_config(Config::DebugLogging).await? == Some(msg_id.to_u32().to_string()) {
|
||||||
context
|
context
|
||||||
.sql
|
.sql
|
||||||
.set_raw_config(Config::DebugLogging, Some("0"))
|
.set_raw_config(Config::DebugLogging, Some("0"))
|
||||||
|
|||||||
Reference in New Issue
Block a user