Skip to content

Commit 968cf86

Browse files
authored
Restore User Actions note explaining App Review requirement (#106)
This restores the note around approval requirements for App Review and removes leftover copy.
1 parent 48722dc commit 968cf86

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/capabilities/server/userActions.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies:
3030
- **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users.
3131
- **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user.
3232
- **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app.
33-
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice.
33+
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice.
3434
- **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement.
3535

36+
:::note
37+
Apps using user actions must follow these requirements to be approved.
38+
:::
39+
3640

3741
---
3842

versioned_docs/version-0.12/capabilities/server/userActions.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies:
3030
- **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users.
3131
- **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user.
3232
- **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app.
33-
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice.
33+
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice.
3434
- **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement.
3535

36+
:::note
37+
Apps using user actions must follow these requirements to be approved.
38+
:::
39+
3640

3741
---
3842

0 commit comments

Comments
 (0)