Post Review

Allow users to create posts in a community. Then, create another layer of moderation to allow community owners to decide whether the post should reflect on the feed.

AmityFeedType

Get Feed Type

AmityPost model allows user can get feed type of post by call post.getFeedType()

Post Approval

Approve

If you are the moderator or creator of the community and you want to approve post, you can call the following method:

Decline

If you are the moderator or creator of the community and you want to decline post, you can call the following method:

Last updated