Update API

This commit is contained in:
Ali
2021-07-23 18:41:15 +02:00
parent cdc2ce8447
commit e4043b28e4
14 changed files with 102 additions and 91 deletions

View File

@@ -2325,7 +2325,7 @@ private func accountIdFromNotification(_ notification: UNNotification, sharedCon
|> take(1)
|> map { _, contexts, _ -> AccountRecordId? in
for (_, context, _) in contexts {
if Int(context.account.peerId.id. _internalGetInt64Value()) == userId {
if Int(context.account.peerId.id._internalGetInt64Value()) == userId {
return context.account.id
}
}