fsvreddit

Results 17 issues of fsvreddit

Internally, Devvit has access to the user's display name and bio within Protos - on `UserAboutResponse` the display name is accessible as `data.subreddit?.title` and the bio as `data.subreddit?.publicDescription`. It would...

reddit-api

These are subreddits that have an interstitial warning that you have to click through the first time you view the subreddit, mostly related to drugs, incest or similar. ```ts const...

reddit-api

The TXClientLike type implements nearly all of Reddit's Redis functionality, but hSetNX is missing.

redis
payments

By default, it appears that app accounts are created with the "Show NSFW Content" setting set to false. this is the equivalent of this on the website: ![Image](https://github.com/user-attachments/assets/aadca877-47c2-4a05-a7b2-0b1a699f793e) This setting...

reddit-api

Devvit provides a way to get user social links by way of the `getSocialLinks` method on the `User` object. But most of the time I need to grab a user's...

reddit-api