Get Feed Type

A post created in a community with Post review enabled, will initially be placed in Reviewing feed. Once approved, it will be moved to Published feed. If it was declined, it will be moved to Declined feed.

Enum Types

AmityFeedType

AmityFeedType.PUBLISHED
AmityFeedType.REVIEWING
AmityFeedType.DECLINED

Get Feed Type

The current feed that a post belongs to can be determined by the following method:

Community Feed Query

To get a list of posts from the Reviewing feed,

Behavior : Users with AmityPermission.REVIEW_COMMUNITY_POST can retrieve all posts in Reviewing feed.

Users without the permission can only retrieve their own posts.

Please note that PagedList functions in feed and post repository are being deprecated. They are replaced by PagingData. We may obsolete PagedList functions soon.

Last updated