mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-20 12:57:14 +02:00
Update Ghostgram features
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ private func synchronizeGroupedPeers(transaction: Transaction, postbox: Postbox,
|
||||
var folderPeers: [Api.InputFolderPeer] = []
|
||||
for operation in operations {
|
||||
if let inputPeer = transaction.getPeer(operation.peerId).flatMap(apiInputPeer) {
|
||||
folderPeers.append(.inputFolderPeer(peer: inputPeer, folderId: operation.groupId.rawValue))
|
||||
folderPeers.append(.inputFolderPeer(.init(peer: inputPeer, folderId: operation.groupId.rawValue)))
|
||||
}
|
||||
}
|
||||
if folderPeers.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user