add comment

This commit is contained in:
zoe 2022-09-26 12:34:26 +02:00
parent 3743cd800f
commit 4a48a68de4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class _MakePostState extends State<MakePost> {
updateMaxChars();
}
// check if there are more attachments than the instance ur posting to allowss
bool tooManyAttachments() {
if (instanceInfo == null) {
return true;