💄 Add more actions to video post editor

This commit is contained in:
2025-02-10 11:51:42 +08:00
parent cb2b71d194
commit 8b12395fca
2 changed files with 144 additions and 28 deletions

View File

@ -220,6 +220,7 @@ class PostWriteController extends ChangeNotifier {
contentController.text = post.body['content'] ?? '';
aliasController.text = post.alias ?? '';
rewardController.text = post.body['reward']?.toString() ?? '';
videoAttachment = post.preload?.video;
publishedAt = post.publishedAt;
publishedUntil = post.publishedUntil;
visibleUsers = List.from(post.visibleUsersList ?? [], growable: true);