devvit
devvit copied to clipboard
More consistent object data from ModAction events
Noticed an inconsistency in the event object data for the ModAction event: event.targetComment uses the author property name but returns the author ID (event.targetPost uses the authorId property name instead)
Also, event.targetPost uses the selftext property instead of the body property used by the Post class