🐛 Bug fixes and optimize image display
This commit is contained in:
@ -100,7 +100,7 @@ class SnNetworkProvider {
|
||||
}
|
||||
|
||||
String getAttachmentUrl(String ky) {
|
||||
if (ky.startsWith("http://")) return ky;
|
||||
if (ky.startsWith("http")) return ky;
|
||||
return '${client.options.baseUrl}/cgi/uc/attachments/$ky';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user