mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 02:56:21 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user