mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 13:48:12 +00:00
Ensure incoming story reactions are marked as such.
This commit is contained in:
committed by
Greyson Parrelli
parent
01841a4aa8
commit
a827033f25
@@ -411,7 +411,7 @@ object DataMessageProcessor {
|
||||
}
|
||||
|
||||
val mediaMessage = IncomingMessage(
|
||||
type = MessageType.NORMAL,
|
||||
type = MessageType.STORY_REACTION,
|
||||
from = senderRecipientId,
|
||||
sentTimeMillis = envelope.timestamp!!,
|
||||
serverTimeMillis = envelope.serverTimestamp!!,
|
||||
|
||||
Reference in New Issue
Block a user