minor fix

This commit is contained in:
Ryan ZHAO 2020-02-25 16:19:56 +11:00
parent b013c417c3
commit d53c74ff5b
2 changed files with 2 additions and 5 deletions

2
Pods

@ -1 +1 @@
Subproject commit 67dbced37481e0011a3df1397ed57711384a4957
Subproject commit 08a9b071e6f7fa4dc72f7e50ffc8720642774cf1

View File

@ -1127,10 +1127,7 @@ NS_ASSUME_NONNULL_BEGIN
if (wasSentByMasterDevice && syncMessage.openGroups.count > 0) {
OWSLogInfo(@"[Loki] Received open group sync message.");
for (SSKProtoSyncMessageOpenGroups* openGroup in syncMessage.openGroups) {
[LKPublicChatManager.shared addChatWithServer:openGroup.url channel:openGroup.channel]
.then(^{
});
[LKPublicChatManager.shared addChatWithServer:openGroup.url channel:openGroup.channel];
}
}
} else {