Ensure incoming story reactions are marked as such.
This commit is contained in:
parent
01841a4aa8
commit
a827033f25
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ object DataMessageProcessor {
|
|||
}
|
||||
|
||||
val mediaMessage = IncomingMessage(
|
||||
type = MessageType.NORMAL,
|
||||
type = MessageType.STORY_REACTION,
|
||||
from = senderRecipientId,
|
||||
sentTimeMillis = envelope.timestamp!!,
|
||||
serverTimeMillis = envelope.serverTimestamp!!,
|
||||
|
|
Loading…
Add table
Reference in a new issue