mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
ios: fix pattern match
This commit is contained in:
parent
ab290fb068
commit
07047a3ef3
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
|||
m.networkStatuses[cId] = status
|
||||
}
|
||||
}
|
||||
case let .networkStatuses(statuses): ()
|
||||
case let .networkStatuses(_, statuses): ()
|
||||
await MainActor.run {
|
||||
for s in statuses {
|
||||
m.networkStatuses[s.agentConnId] = s.networkStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue