✨ Create sticker
✨ Single file mode attachment editor and more options
This commit is contained in:
@ -26,6 +26,8 @@ class AttachmentProvider extends GetConnect {
|
||||
List<int> id, {
|
||||
noCache = false,
|
||||
}) async {
|
||||
if (id.isEmpty) return List.empty();
|
||||
|
||||
List<Attachment?> result = List.filled(id.length, null);
|
||||
List<int> pendingQuery = List.empty(growable: true);
|
||||
if (!noCache) {
|
||||
|
Reference in New Issue
Block a user