Fix link preview issue with text stories.

This commit is contained in:
Alex Hart
2022-07-01 13:00:44 -03:00
committed by Greyson Parrelli
parent 4a3fe771d1
commit 6d24c342d2

View File

@@ -95,7 +95,7 @@ public class OutgoingSecureMediaMessage extends OutgoingMediaMessage {
isStoryReaction(),
getOutgoingQuote(),
Collections.emptyList(),
Collections.emptyList(),
getLinkPreviews(),
getMentions(),
getGiftBadge());
}