Resolves #14
I added a feature to mark posts as private by adding an attribute to each post, utilizing these files: _src/posts/create.js, src/types/topic.ts, nodemodules/nodebb-plugin-composer-default/static/lib/composer.js, and test/api.js. I also removed the static folder from gitignore to push all of the changes, and removed nodebb-plugin-composer-default line frompackage.json. I did this in order for my changes to be reflected in the repo.
Resolves #14 I added a feature to mark posts as private by adding an attribute to each post, utilizing these files: _src/posts/create.js, src/types/topic.ts, nodemodules/nodebb-plugin-composer-default/static/lib/composer.js, and test/api.js. I also removed the static folder from gitignore to push all of the changes, and removed nodebb-plugin-composer-default line frompackage.json. I did this in order for my changes to be reflected in the repo.