Fixed clearing notifications raising endpoint not found.

pull/65/head
Logan Fick 2017-07-31 00:29:45 -04:00
rodzic 4e8743cc68
commit 5943038be3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 358F6F9605A6DD0B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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