Rotate gifting flag.

This commit is contained in:
Alex Hart
2022-07-19 14:54:12 -03:00
committed by Cody Henthorne
parent b696a0f758
commit bcd2763c34
4 changed files with 19 additions and 11 deletions

View File

@@ -1745,7 +1745,7 @@ public final class MessageContentProcessor {
{
log(message.getTimestamp(), "Gift message.");
if (!FeatureFlags.giftBadges()) {
if (!FeatureFlags.giftBadgeReceiveSupport()) {
warn(message.getTimestamp(), "Dropping unsupported gift badge message.");
return null;
}