7.4.0 (2021/07/30)
Added
- :meth:
~.WikiPage.discussions
to obtain site-wide link submissions that link to the
WikiPage. - :meth:
.revert
to revert a WikiPage to a specified revision. - :meth:
.Inbox.mark_all_read
to mark all messages as read with one API call. - :meth:
~.InboxableMixin.unblock_subreddit
to unblock a subreddit. - :meth:
.update_crowd_control_level
to update the crowd control level of a post. - :meth:
.moderator_subreddits
, which returns information about the subreddits that the
authenticated user moderates, has been restored. - The configuration setting
refresh_token
has been added back. See
https://www.reddit.com/r/redditdev/comments/olk5e6/followup_oauth2_api_changes_regarding_refresh/
for more info.
Deprecated
- :class:
.Reddit
keyword argumenttoken_manager
.