Stickers

This commit is contained in:
2025-01-04 21:26:28 +08:00
parent 547ba19e61
commit d06df3d278
15 changed files with 1004 additions and 34 deletions

View File

@ -627,9 +627,9 @@ class PostWriteController extends ChangeNotifier {
descriptionController.clear();
contentController.clear();
aliasController.clear();
tags.clear();
categories.clear();
attachments.clear();
tags = List.empty(growable: true);
categories = List.empty(growable: true);
attachments = List.empty(growable: true);
editingPost = null;
replyingPost = null;
repostingPost = null;