mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Inline gift receive flag.
This commit is contained in:
committed by
Cody Henthorne
parent
031d7b9cb0
commit
b70b4fac91
@@ -1807,11 +1807,6 @@ public final class MessageContentProcessor {
|
||||
{
|
||||
log(message.getTimestamp(), "Gift message.");
|
||||
|
||||
if (!FeatureFlags.giftBadgeReceiveSupport()) {
|
||||
warn(message.getTimestamp(), "Dropping unsupported gift badge message.");
|
||||
return null;
|
||||
}
|
||||
|
||||
notifyTypingStoppedFromIncomingMessage(senderRecipient, threadRecipient, content.getSenderDevice());
|
||||
|
||||
Optional<InsertResult> insertResult;
|
||||
|
||||
Reference in New Issue
Block a user