-
-
Notifications
You must be signed in to change notification settings - Fork 467
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 documentation notes for outstanding issues #1321
Conversation
@@ -33,8 +33,6 @@ class Message(InboxableMixin, ReplyableMixin, FullnameMixin, RedditBase): | |||
``id`` The ID of the message. | |||
``name`` The full ID of the message, prefixed with 't4'. | |||
``subject`` The subject of the message. | |||
``subreddit`` If the message was sent from a subreddit, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this incorrect, or is it no longer provided?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's moved to SubredditMessage
Super awesome. Thanks! |
Sorry to interrupt, but I was still working on this branch. I'll just make a new PR with the new changes. |
Definitely. Breaking up the PR by file or so is best. Smaller chunks are easier to work with. |
Adds notes for #1241 and #1043