mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 19:07:40 +00:00
Fix unrecycled delete actions (#836)
* fix: set view press/swipe/long press to null if message is deleted * fix: deselects messages once they've been deleted
This commit is contained in:
@@ -73,7 +73,7 @@ class OpenGroupPollerV2(private val server: String, private val executorService:
|
||||
builder.build() to message.serverID
|
||||
}
|
||||
|
||||
envelopes.chunked(20).forEach { list ->
|
||||
envelopes.chunked(256).forEach { list ->
|
||||
val parameters = list.map { (message, serverId) ->
|
||||
MessageReceiveParameters(message.toByteArray(), openGroupMessageServerID = serverId)
|
||||
}
|
||||
|
Reference in New Issue
Block a user