ios: fix pattern match
This commit is contained in:
parent
ab290fb068
commit
07047a3ef3
@ -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…
Reference in New Issue
Block a user