Inline gift receive flag.

This commit is contained in:
Alex Hart
2022-11-30 09:17:58 -04:00
committed by Cody Henthorne
parent 031d7b9cb0
commit b70b4fac91
3 changed files with 3 additions and 17 deletions

View File

@@ -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;