Describe the bug
Dismiss of a notification is provided with API.delete.
To Reproduce
Steps to reproduce the behavior:
- See https://docs.joinmastodon.org/methods/notifications/#dismiss
- Compare with
API.deleteNotification
Expected behavior
According to the Mastodon API documentation, a notification can not be deleted (DELETE). A dismiss of a notification should be posted (POST).
Package (please complete the following information):
- Source: GitHub
- Version: main
Additional context
Fails since 63595d6