Open
Conversation
awe719
approved these changes
Feb 2, 2026
awe719
left a comment
There was a problem hiding this comment.
********this was hard for me but I probably won't get it done or let's see
niedzielski
reviewed
Feb 2, 2026
| // Currently Devvit only supports posts with a single image | ||
| imageUrls?: [string]; | ||
| // If multiple image URLs are supplied (2-20) Reddit will automatically create a gallery post. | ||
| imageUrls?: string[]; |
Contributor
There was a problem hiding this comment.
sadly, multiple images are unsupported on the backend:
if len(req.GetImageUrls().GetValues()) != 1 {
return nil, status.Error(codes.Unimplemented, "only posts with a single image are allowed")
}There was a problem hiding this comment.
To heck with it all then I'm glad you got a job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

💸 TL;DR
Right now, devvit apps cannot create gallery posts on behalf of the user. It seems like this functionality should be available based on what ive seen, and it would be very helpful if it were - hoping this can kick off the feature.
🧪 Testing Steps / Validation
I wasn't able to get the local build running, will take another crack at it. if this is a very easy task for someone on the team though, i figured i would put this up early just incase.