devvit icon indicating copy to clipboard operation
devvit copied to clipboard

Reddit for Developers

Results 161 devvit issues
Sort by recently updated
recently updated
newest added

On app account creation, a “social link” that leads to the App Details page.

testing

The timezone should follow the same format: Timezone name as in Intl.supportedValuesOf('timeZone'). e.g. Europe/Amsterdam

enhancement
synced

## 💸 TL;DR Links from docs are broken. (https://developers.reddit.com/docs/examples/apps) ## 📜 Details N/A [Jira] N/A ## 🧪 Testing Steps / Validation 1. Go to https://developers.reddit.com/docs/examples/apps 2. Verify that each 'Source...

If the devvit.yaml file has accidentally been emptied, `devvit upload` doesn't handle this elegantly with a useful user-facing error message. ``` PS C:\code\reddithelp-bot> devvit upload Checking for updates...... ✅ TypeError:...

It could be useful to have a way to set up a reverse webhook. I was thinking something like Devvit.registerWebhookListener(name: string, handler: (content: string) => void). This would register the...

duplicate
fetch

Regardless of the number passed in as `numHours`, the user will be muted for three days. ```ts await context.reddit.modMail.muteConversation({ conversationId: "1xkchm", numHours: 7 * 24, }); ``` The API docs...

There's currently no way to set the suggested sort for posts via Devvit. It is possible via the API in general ([see here](https://www.reddit.com/dev/api/#POST_api_set_suggested_sort) so it would be nice if Devvit...

reddit-api

It is not currently possible to set Crowd Control level on posts via Devvit. It is possible via the API ([see here](https://www.reddit.com/dev/api/#POST_api_update_crowd_control_level)) and it would be nice if Devvit could...

reddit-api

About a year ago, Reddit introduced a form of link that has sharing information for easier tracking. Example post link: https://www.reddit.com/r/unitedkingdom/s/i1ISuc5IKa Unfortunately, it's not possible using Devvit to determine where...

reddit-api