mirror of
https://github.com/snikket-im/snikket-ios.git
synced 2025-10-26 11:18:09 +00:00
- #163
This commit is contained in:
parent
38965e245f
commit
fff7d76e69
@ -482,7 +482,7 @@ open class XmppService: Logger, EventHandler {
|
||||
}
|
||||
|
||||
fileprivate func fetchEnded(for account: BareJID) {
|
||||
dispatcher.async {
|
||||
dispatcher.async(flags: .barrier) {
|
||||
if let idx = self.fetchingFor.firstIndex(of: account) {
|
||||
self.fetchingFor.remove(at: idx);
|
||||
self.fetchGroup?.leave();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user