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.
The document page for menu actions currently says:
However, the devvit.json schema says:
It does appear you need to have "forUserType" set to "user" for menu-actions to appear for all users, not just mods.