feat: update libsession-util, adjust docs, update mms and sms to use message sent timestamp instead of -1 for last read in the thread

This commit is contained in:
0x330a
2023-05-16 12:09:28 +10:00
parent dcbe548891
commit cf171fc371
5 changed files with 4 additions and 7 deletions

View File

@@ -154,7 +154,6 @@ class Poller(private val configFactory: ConfigFactoryProtocol, debounceTimer: Ti
Log.w("Loki-DBG", "shared config message handled in configs wasn't SharedConfigurationMessage but was ${message.javaClass.simpleName}")
return@forEach
}
Log.d("Loki-DBG", "Merging config of kind ${message.kind} into ${forConfigObject.javaClass.simpleName}")
forConfigObject.merge(hash!! to message.data)
} catch (e: Exception) {
Log.e("Loki", e)