Skip to main content
SnooSnek u/SnooSnek avatar

Snoo Snek

Reddit Admin

u/SnooSnek

Feed options
Hot
New
Top
View
Card
Compact

For the first one, have you tried setting/updating the post styles to indicate post height? Docs here, example code here:

await reddit.submitCustomPost({
 "title": "Post with styles title",
  "styles": {
    "height": "TALL", // <-- This is the important bit
  }
})

What is this?
r/SnooSnekTest
What is this?

Let's play Pixelary!
r/SnooSnekTest
Let's play Pixelary!

test


Best guess I've got is that you moderate a lot of subreddits, and there might be an issue in our UI that we don't show all of them if there's a lot. I'd recommend using the CLI in your case specifically - it'd be faster anyways, since you won't have to scroll through a list of subs, you can just type it out.


Hey - it doesn't look like you're an "Everything" mod of r/BuyCanadian. You need specifically the "Everything" permission to install an app, which is probably why it's not showing up. Hopefully fixing that solves the issue!


Heads up - the fix for this issue has gone out with 0.11.6, so you should be good to go on Windows now, even with Node 22.13.1. Thanks for letting us know about this!


So what you're suggesting seems to work for me in this playpen - you click the button, then 1s later the count increases. Is this not what you're seeing in "real Reddit"? As far as I know, setTimeout should be perfectly usable inside Devvit...