🍱 Update app icon for v1.2.0

This commit is contained in:
2024-07-30 11:50:26 +08:00
parent 8ab3ca5633
commit 18bb0d3db2
55 changed files with 27 additions and 90 deletions

View File

@ -83,7 +83,6 @@ class AttachmentProvider extends GetConnect {
int id,
String alt,
String usage, {
double? ratio,
bool isMature = false,
}) async {
final AuthProvider auth = Get.find();
@ -92,9 +91,6 @@ class AttachmentProvider extends GetConnect {
final client = auth.configureClient('files');
var resp = await client.put('/attachments/$id', {
'metadata': {
if (ratio != null) 'ratio': ratio,
},
'alt': alt,
'usage': usage,
'is_mature': isMature,