Add "mentions_only" parameter to notifications
This commit is contained in:
pare
633b915fca
commit
86bb428e6f
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -960,7 +960,7 @@ class Mastodon:
|
|||
# Reading data: Notifications
|
||||
###
|
||||
@api_version("1.0.0", "2.9.0", __DICT_VERSION_NOTIFICATION)
|
||||
def notifications(self, id=None, account_id=None, max_id=None, min_id=None, since_id=None, limit=None):
|
||||
def notifications(self, id=None, account_id=None, max_id=None, min_id=None, since_id=None, limit=None, mentions_only=None):
|
||||
"""
|
||||
Fetch notifications (mentions, favourites, reblogs, follows) for the logged-in
|
||||
user. Pass `account_id` to get only notifications originating from the given account.
|
||||
|
|
Loading…
Referencia en una nova incidència