🐛 Fix ios native code
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| import Foundation | ||||
|  | ||||
| func getAttachmentUrl(for identifier: String) -> String { | ||||
|     let serverBaseUrl = getServerUrl() | ||||
|     let serverBaseUrl = UserDefaults.standard.getServerUrl() | ||||
|      | ||||
|     return identifier.starts(with: "http") ? identifier : "\(serverBaseUrl)/drive/files/\(identifier)" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user