Elevate sender key queue to userInitiated
Ideally we should be userInitiated if the corresponding conversation is visible, but we don't have that info at the moment.
This commit is contained in:
parent
0c9a3523e5
commit
69d47785a0
@ -6,7 +6,7 @@ import SignalClient
|
||||
import SignalMetadataKit
|
||||
|
||||
extension MessageSender {
|
||||
private var senderKeyQueue: DispatchQueue { .global(qos: .utility) }
|
||||
private var senderKeyQueue: DispatchQueue { .global(qos: .userInitiated) }
|
||||
|
||||
struct Recipient {
|
||||
let address: SignalServiceAddress
|
||||
|
||||
Loading…
Reference in New Issue
Block a user