You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Click on "Create New Post" - this should lead to a "Edit Post" dialog
Click on an existing Reddit Channel - the dialog window will split into two, showing the Reddit preview on the right side
Enter some text into the "Write your reply..." text box
Click on "Insert Media" - the "Media Library" dialog will pop up
Upload a goofy looking picture of your self
Select the uploaded picture and close the dialog
Click on "Settings" in the right hand window
Click on "Add Subreddit"
Search for a Subreddit of which you know that they support images - e.g. "/r/test" - and select it
See that there are only "Post" and "Link" sections
Add text to the "Title" input
Hover over the "Add Calendar" button to reveal the "Post now" entry and click it
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?
📜 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
👍 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
postiz-app/libraries/nestjs-libraries/src/integrations/social/reddit.provider.ts
Line 268 in c8d93ae
The commit: 515d641#diff-d4e8614e0ae8ef83c4e30077446225c4787096f8d80518189b68c7d0cf8886b6
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: