Mention in Post

Mention users in post is the ability to @mention yourself and other members in that post so the person you mentioned will be promptly notified. Currently, we support mention in text, image, file and video post types.

For specific examples on how to create posts with mentions, refer to these pages:

Rendering Mentions

If you use the default solution class that we provide, you can get mentions from the AmityMentionMetadataGetter class. And if you don't want to render banned users that get mentioned, you must check users in post.getMentionees() since there will be no banned users.

Last updated