kopia lustrzana https://github.com/halcy/Mastodon.py
Merge pull request #65 from LogalDeveloper/clearing-notifications-patch
Fixed clearing notifications raising endpoint not found.pull/76/head
commit
b2a8f0db44
|
@ -592,7 +592,7 @@ class Mastodon:
|
||||||
"""
|
"""
|
||||||
Clear out a users notifications
|
Clear out a users notifications
|
||||||
"""
|
"""
|
||||||
return self.__api_request('GET', '/api/v1/notifications/clear')
|
return self.__api_request('POST', '/api/v1/notifications/clear')
|
||||||
|
|
||||||
###
|
###
|
||||||
# Writing data: Accounts
|
# Writing data: Accounts
|
||||||
|
|
Ładowanie…
Reference in New Issue