Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reddit Provider does not support media submissions anymore #617

Open
1 task done
seasick opened this issue Feb 17, 2025 · 0 comments
Open
1 task done

Reddit Provider does not support media submissions anymore #617

seasick opened this issue Feb 17, 2025 · 0 comments

Comments

@seasick
Copy link

seasick commented Feb 17, 2025

📜 Description

When I tried to attach a video to a Reddit post, the post is still made, but the video is not added to the post. Furthermore, the Subreddit settings only allow for "Post" or "Link", but no "Media".

👟 Reproduction steps

  1. Click on "Create New Post" - this should lead to a "Edit Post" dialog
  2. Click on an existing Reddit Channel - the dialog window will split into two, showing the Reddit preview on the right side
  3. Enter some text into the "Write your reply..." text box
  4. Click on "Insert Media" - the "Media Library" dialog will pop up
  5. Upload a goofy looking picture of your self
  6. Select the uploaded picture and close the dialog
  7. Click on "Settings" in the right hand window
  8. Click on "Add Subreddit"
  9. Search for a Subreddit of which you know that they support images - e.g. "/r/test" - and select it
  10. See that there are only "Post" and "Link" sections
  11. Add text to the "Title" input
  12. Hover over the "Add Calendar" button to reveal the "Post now" entry and click it
  13. Go to reddit and see that your post has no picture embedded

👍 Expected behavior

There should be either an option for "Media" or the image should be embedded in the post

👎 Actual Behavior with Screenshots

No image is visible in the Reddit post

💻 Operating system

Linux

🤖 Node Version

20.17

📃 Provide any additional context for the Bug.

There was code in the Reddit provider library which would add the media permission, but it got removed last year - maybe this was done by accident?

You can find it at

// if (submissionType === 'any' || allow_images) {

The commit: 515d641#diff-d4e8614e0ae8ef83c4e30077446225c4787096f8d80518189b68c7d0cf8886b6

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

Yes I am willing to submit a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant