mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Rotate gifting flag.
This commit is contained in:
committed by
Cody Henthorne
parent
b696a0f758
commit
bcd2763c34
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user