devvit
devvit copied to clipboard
Reddit for Developers
### Details Premium only subs (easiest to create via old reddit) can not use devvit apps. Repro: * Create a premium only sub on old.reddit using a normal user account...
## 💸 TL;DR 61db6953da2a2d6a5a2e58b6a5d56997b315d79a moved `/docs/showcase/payments_examples` to `/docs/showcase/monetization_examples`. This change updates the relative backlink in the 0.11 changelog to reflect the new path.
It could be useful to be able to emit custom triggers. This could allow one app to process some data and emit a trigger with that data for other apps...
### Issue Using the Block component shows up the same as i.e. a dark grey color rather than yellow ### Example Devvit Code ` someAction('here') }>` however, as per the...
## Issue The [RedditAPIClient](https://github.com/reddit/devvit/blob/main/packages/public-api/src/apis/reddit/RedditAPIClient.ts#L1325-L1327) contains methods for adding, deleting and reordering sidebar Widgets. However, there is not a method for updating existing widgets, though the [Widget Models](https://github.com/reddit/devvit/blob/main/packages/public-api/src/apis/reddit/models/Widget.ts#L378-L388) appear to have...
## Issue Attempting to reorder widgets via the [RedditAPIClient.reorderWidgets](https://github.com/reddit/devvit/blob/main/packages/public-api/src/apis/reddit/RedditAPIClient.ts#L1329-L1337) method is always resulting in an error. ## Example Devvit Code ``` import {Devvit} from '@devvit/public-api'; Devvit.configure({ redditAPI: true, redis: true...
### Details Scrolling by Highlights causes post to crash ### Additional info **Discord message:** _Hey running into an unusual issue where a stacked app flickers then restarts on iOS `2025.02.0.615644(62efac9)`...
### Details u/super_gisty has 7 posts in their history, but both getCommentsAndPostsByUser and getPostsByUser return empty arrays. Warning, profile is NSFW. ### Additional info **Discord message:** _I have a weird...
getSubredditInfoByName's type property is returned in upper case, docs say it should be lower case
### Details There's an inconsistency between the value of the `type` property on the return values of `getSubredditInfoByName` vs `getCurrentSubreddit`. `getCurrentSubreddit` returns the value in lower case, consistent with the...
### Details On iOS, number fields show as a decimal with no way of entering a decimal. Is there a way we could get a decimal on iOS? This can...