Ensure incoming story reactions are marked as such.

This commit is contained in:
Alex Hart 2024-01-16 13:13:30 -04:00 committed by Greyson Parrelli
parent 01841a4aa8
commit a827033f25

View file

@ -411,7 +411,7 @@ object DataMessageProcessor {
}
val mediaMessage = IncomingMessage(
type = MessageType.NORMAL,
type = MessageType.STORY_REACTION,
from = senderRecipientId,
sentTimeMillis = envelope.timestamp!!,
serverTimeMillis = envelope.serverTimestamp!!,