mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 00:07:54 +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