fix: replace the mark read receiver (from notifications) to use the new set last seen mark read logic

This commit is contained in:
0x330a
2023-02-21 14:44:32 +11:00
parent 621e564023
commit 0dff619aa9
2 changed files with 7 additions and 10 deletions

View File

@@ -56,6 +56,7 @@ object SnodeAPI {
*/
internal var clockOffset = 0L
@JvmStatic
val nowWithOffset
get() = System.currentTimeMillis() + clockOffset