Fixed clearing notifications raising endpoint not found.
This commit is contained in:
parent
4e8743cc68
commit
5943038be3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user