We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8367a commit 6e57343Copy full SHA for 6e57343
anti_nft_spam_bot/src/actions.rs
@@ -109,7 +109,7 @@ pub async fn delete_message_as_spam_raw(
109
// Now we shall notify. Should we show the reason?
110
if let Some(reason) = reason.to_str() {
111
// We should. Do we *need* to?
112
- let deletes_hidden = !database
+ let deletes_hidden = database
113
.get_hide_deletes(chat_id)
114
.await
115
.expect("Database died!");
0 commit comments