lemmy-js-client
    Preparing search index...

    Type Alias PostActions

    type PostActions = {
        hidden_at?: string;
        like_score?: number;
        liked_at?: string;
        notifications?: PostNotificationsMode;
        read_at?: string;
        read_comments_amount?: number;
        read_comments_at?: string;
        saved_at?: string;
    }
    Index

    Properties

    hidden_at?: string

    When the post was hidden.

    like_score?: number

    The like / score of the post.

    liked_at?: string

    When the post was liked.

    notifications?: PostNotificationsMode
    read_at?: string

    When the post was read.

    read_comments_amount?: number

    The number of comments you read last. Subtract this from total comments to get an unread count.

    read_comments_at?: string

    When was the last time you read the comments.

    saved_at?: string

    When the post was saved.