fsvreddit

Results 17 issues of fsvreddit

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:...

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

Some subreddits, like /r/drugs, have an interstitial warning that includes a content advisory and helpline details. This causes getSubredditByName to fail when trying to retrieve the subreddit details e.g. ```ts...

bug
synced

Right now, the only options for menu item visibility is via `forUserType` and the options are relatively limiting. I would ideally like an option for `forUserType: "postAuthor"` to be available...

wontfix

Right now, the only options for menu item visibility is via `forUserType` and the options are relatively limiting. I would like the ability to write code that returns a boolean...

wontfix

PRAW provides a way to retrieve a listing of posts that are from a specific domain - [see here](https://praw.readthedocs.io/en/stable/code_overview/other/domainlisting.html#praw.models.DomainListing). This is also possible via Reddit itself - the equivalent would...

reddit-api

E.g. ban date, ban duration, reason, etc., sometimes you might want an app to act differently depending on the actual type/status of ban.

reddit-api

Occasionally I might want to put a link to an external resource in the settings dialog - e.g. a usage guide to a complicated app like Modmail Automator, or a...

app-settings
forms