fsvreddit
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...
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...
The TXClientLike type implements nearly all of Reddit's Redis functionality, but hSetNX is missing.
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:  This setting...
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...