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

Add subject field to PrivateMessage #115

Open
PitchforkAssistant opened this issue Nov 11, 2024 · 0 comments
Open

Add subject field to PrivateMessage #115

PitchforkAssistant opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement New feature or request synced This issue has been added to our internal tracker

Comments

@PitchforkAssistant
Copy link
Contributor

There is currently no way to get the subject line of a private message. The PrivateMessage getters don't include the private message subject.

Being able to read the subject would allow Devvit apps to mimic the behavior of certain old bots that rely on the subject line.

I inspected the protos data passed into the PrivateMessage constructor, that doesn't include the message subject either, so this would likely require changes to the non-public protos package.

@pl00h pl00h added enhancement New feature or request synced This issue has been added to our internal tracker labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request synced This issue has been added to our internal tracker
Development

No branches or pull requests

2 participants