mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 01:18:30 +00:00
Fixed timestamps in message notification
This commit is contained in:
parent
6f9a5a6009
commit
e6d33a9e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ class NotificationsManager @MainThread constructor(private val context: Context)
|
||||||
text,
|
text,
|
||||||
contact,
|
contact,
|
||||||
displayName,
|
displayName,
|
||||||
message.time,
|
message.time * 1000, /* Linphone timestamps are in seconds */
|
||||||
isOutgoing = false,
|
isOutgoing = false,
|
||||||
isReaction = true,
|
isReaction = true,
|
||||||
reactionToMessageId = message.messageId,
|
reactionToMessageId = message.messageId,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue