mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-13 11:42:19 +00:00
Fix timestamps
This commit is contained in:
@@ -172,7 +172,7 @@ private fun MessageReceiver.handleExpirationTimerUpdate(message: ExpirationTimer
|
||||
ExpirationConfiguration(
|
||||
threadId,
|
||||
type,
|
||||
SnodeAPI.nowWithOffset
|
||||
message.sentTimestamp!!
|
||||
)
|
||||
)
|
||||
} catch (e: Exception) {
|
||||
|
||||
Reference in New Issue
Block a user