snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 13a0560f7bec80d75a13f6bf3842d894351427a4
parent 2af94818377740dad047e1f3c85ce03a3e865ffe
Author: Stefano Marinelli <draga79@noreply.codeberg.org>
Date:   Fri, 12 Jan 2024 09:00:49 +0000

Updated RELEASE_NOTES.md to add ntfy.sh support

Diffstat:
MRELEASE_NOTES.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -8,6 +8,8 @@ New command-line option `state`, that dumps some information about the running s Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). +Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh. (contributed by Stefano Marinelli) + ## 2.44 Fixed a nasty bug that caused the in-memory output queue to be corrupted under heavy traffic loads. This is a good reason to upgrade (thanks to VĂ­ctor Moral and Stefano Marinelli for helping me in fixing this).