Change notifications_clear to POST to the endpoint as it ought to

This commit is contained in:
Chronister 2017-08-11 17:47:11 -07:00
pare d1b7d89eaa
commit d7e0030048

Veure arxiu

@ -592,7 +592,7 @@ class Mastodon:
"""
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