reddit / devvit

Reddit for Developers
https://developers.reddit.com
BSD 3-Clause "New" or "Revised" License
63 stars 14 forks source link

allow apps to create modmail notifications #81

Closed Yay295 closed 3 days ago

Yay295 commented 3 months ago

Currently apps can send modmails and create Mod Discussions, but they can't create mod Notifications.

1993CRV commented 2 weeks ago

Related issue #89

shannon-feng commented 3 days ago

This should be resolved now. I introduced a function reddit.modmail.createModNotification() which builds on top of the logic used to create mod inbox conversations (from issue #89).