@audiotool/nexus - v0.0.12
    Preparing search index...

    Enumeration CommentModeGenerated

    The comment mode on different resources in users control.

    from enum audiotool.user.v1.CommentMode

    Index

    Enumeration Members

    DISABLED: 3

    No comments are allowed.

    from enum value: COMMENT_MODE_DISABLED = 3;

    PUBLIC: 1

    Public comments are allowed.

    from enum value: COMMENT_MODE_PUBLIC = 1;

    UNSPECIFIED: 0

    The comment mode is unspecified.

    from enum value: COMMENT_MODE_UNSPECIFIED = 0;

    USERS_FOLLOWING: 2

    Only users that the user follows can message into the channel.

    from enum value: COMMENT_MODE_USERS_FOLLOWING = 2;