Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit ef11392

Browse files
committed
Update dispatch queue name
1 parent 715a78e commit ef11392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rocket.Chat/Helpers/RealmAssorter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import DifferenceKit
1212
typealias IndexPathsChanges = (deletions: [IndexPath], insertions: [IndexPath], modifications: [IndexPath])
1313

1414
let subscriptionUpdatesHandlerQueue = DispatchQueue(label: "chat.rocket.subscription.updates.handler", qos: .background)
15+
// TODO: Change this name
1516
let subscriptionUpdatesHandlerQueue2 = DispatchQueue(label: "chat.rocket.subscription.updates.handler2", qos: .background)
1617

1718
class RealmAssorter<Object: RealmSwift.Object & UnmanagedConvertible> {

0 commit comments

Comments
 (0)