diff --git a/lib/dialogues/makepost.dart b/lib/dialogues/makepost.dart index 0e5c64e..16ff73e 100644 --- a/lib/dialogues/makepost.dart +++ b/lib/dialogues/makepost.dart @@ -44,6 +44,7 @@ class _MakePostState extends State { updateMaxChars(); } + // check if there are more attachments than the instance ur posting to allowss bool tooManyAttachments() { if (instanceInfo == null) { return true;