Skip to content

Menu Action "forUserType" Default Discrepancy #77

@xngage-insite

Description

@xngage-insite

The document page for menu actions currently says:

forUserType (optional) | moderator | Specifies the user types that can see the menu action. The default is everyone.

However, the devvit.json schema says:

forUserType: {
  enum: [
    "moderator",
    "user"
  ],
  description: "Types of users who can see and invoke this menu item.",
  default: "moderator"
},

It does appear you need to have "forUserType" set to "user" for menu-actions to appear for all users, not just mods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions