mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
mobile: enable/disable features for release (#540)
This commit is contained in:
@@ -689,8 +689,8 @@ func processReceivedMsg(_ res: ChatResponse) {
|
||||
let cItem = aChatItem.chatItem
|
||||
chatModel.addChatItem(cInfo, cItem)
|
||||
if let file = cItem.file,
|
||||
file.fileSize <= 394500 {
|
||||
// file.fileSize <= 236700 {
|
||||
file.fileSize <= 236700 {
|
||||
// file.fileSize <= 394500 {
|
||||
Task {
|
||||
do {
|
||||
try await receiveFile(fileId: file.fileId)
|
||||
|
||||
Reference in New Issue
Block a user