lemmy-js-client
    Preparing search index...

    Type Alias ModFeaturePostView

    When a moderator features a post on a community (pins it to the top).

    type ModFeaturePostView = {
        community: Community;
        mod_feature_post: ModFeaturePost;
        moderator?: Person;
        other_person: Person;
        post: Post;
    }
    Index

    Properties

    community: Community

    mod_feature_post

    mod_feature_post: ModFeaturePost
    moderator?: Person
    other_person: Person

    post

    post: Post