🚀 Launch 3.3.0+138 (SNAPSHOT) (HOTFIX)

This commit is contained in:
2025-10-28 18:51:20 +08:00
parent 0602bbd277
commit 08b9604b55
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
import Foundation
func getAttachmentUrl(for identifier: String) -> String {
let serverBaseUrl = "https://api.solian.app"
let serverBaseUrl = getServerUrl()
return identifier.starts(with: "http") ? identifier : "\(serverBaseUrl)/drive/files/\(identifier)"
}