From 6122cf20aa802fa354322da003a4baf2d11a232f Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 16 Jun 2022 12:37:02 -0400 Subject: [PATCH] More tests --- docs/faq.md | 7 ++++ docs/releases.md | 18 +++++------ server/errors.go | 1 + server/server_matrix.go | 5 ++- server/server_matrix_test.go | 63 ++++++++++++++++++++++++++++++++++++ 5 files changed, 84 insertions(+), 10 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 9846170b..cc3e59c0 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -42,3 +42,10 @@ decent now. [Instant delivery](subscribe/phone.md#instant-delivery) is a feature in the Android app. If turned on, the app maintains a constant connection to the server and listens for incoming notifications. This consumes additional battery (see above), but delivers notifications instantly. + +## Where can I donate? +Many people have asked (thanks for that!), but I am currently not accepting any donations. The cost is manageable +($25/month for hosting, and $99/year for the Apple cert) right now, and I don't want to have to feel obligated to +anyone by accepting their money. + +I may ask for donations in the future, though. After all, $400 per year isn't nothing... diff --git a/docs/releases.md b/docs/releases.md index 9c0c6203..9150251a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -2,6 +2,15 @@ Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases) and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases). +