mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 23:03:46 +00:00
Fix threading
This commit is contained in:
parent
e17002c979
commit
8ccfa77ef6
@ -204,7 +204,7 @@ class LokiPublicChatPoller(private val context: Context, private val group: Loki
|
||||
}.toSet()
|
||||
// Fetch the display names of the primary devices
|
||||
displayNameUpdatees = displayNameUpdatees.union(newDisplayNameUpdatees)
|
||||
}.success { messages ->
|
||||
}.successBackground { messages ->
|
||||
// Process messages in the background
|
||||
messages.forEach { message ->
|
||||
if (userDevices.contains(message.hexEncodedPublicKey)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user