Update API and tgcalls

This commit is contained in:
Ali
2021-08-20 21:29:53 +02:00
parent aee4dcda79
commit ac861a058c
5 changed files with 18 additions and 3 deletions

View File

@@ -63,8 +63,10 @@ extension PeerInputActivity {
self = .uploadingInstantVideo(progress: progress)
case .speakingInGroupCallAction:
self = .speakingInGroupCall(timestamp: timestamp)
case let .sendMessageHistoryImportAction:
case .sendMessageHistoryImportAction:
return nil
case .sendMessageChooseStickerAction:
return nil
}
}
}