lemmy-js-client
    Preparing search index...

    Type Alias ModLockCommentView

    When a moderator locks a comment (prevents replies to it or its children).

    type ModLockCommentView = {
        comment: Comment;
        community: Community;
        mod_lock_comment: ModLockComment;
        moderator?: Person;
        other_person: Person;
        post: Post;
    }
    Index

    Properties

    comment: Comment
    community: Community
    mod_lock_comment: ModLockComment
    moderator?: Person
    other_person: Person

    post

    post: Post