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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
@OminousAnemone Thank you for pointing this out! ReplyableContent#remove only accept options object with one property (spam), others are not supported yet since the library haven't been updated in a while.
@OminousAnemone I checked the official Reddit API docs and I found no reference to removal_reason, but as far as I know, the docs page is outdated.
However, PRAW supports it, you can try the mod_note property:
awaitr._post({uri: 'api/remove',form: {mod_note: 'some text here',id: commentId}})
Also curious if you think the library will be updated/supported going forward.
It will be updated after finishing the TypeScript migration. Also, some missing API features should be added before the upcoming 2.0 release. It may take a while...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Comments removed by moderators are not logged with any removal_reason. They appear to have removal_reason: null
The text was updated successfully, but these errors were encountered: