completely skip filters for old messages

This commit is contained in:
13xforever
2026-01-23 12:45:34 +05:00
parent 06c4485d34
commit 691f364838

View File

@@ -119,7 +119,7 @@ internal static class ContentFilter
var suppressActions = (FilterAction)0;
if (message.Timestamp.UtcDateTime.AddDays(1) < DateTime.UtcNow)
suppressActions = FilterAction.SendMessage | FilterAction.ShowExplain;
return true; //suppressActions = FilterAction.SendMessage | FilterAction.ShowExplain;
#if !DEBUG
if (await message.Author.IsWhitelistedAsync(client, message.Channel.Guild).ConfigureAwait(false))