mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-10 21:36:49 +10:00
enable multibale fetch
This commit is contained in:
@@ -720,10 +720,6 @@ var isFetchingUnreadMessages = Listenable<Bool>(false) { _ in }
|
||||
|
||||
func syncUnreadMessagesAndDoFurtherAction(furtherAction: (messageIDs: [String]) -> Void) {
|
||||
|
||||
if isFetchingUnreadMessages.value {
|
||||
return
|
||||
}
|
||||
|
||||
isFetchingUnreadMessages.value = true
|
||||
|
||||
dispatch_async(dispatch_get_main_queue()) {
|
||||
|
||||
Reference in New Issue
Block a user