~emersion/goguma-dev

doc/notifications: mention official f-droid lacking firebase v1 APPLIED

sewn: 1
 doc/notifications: mention official f-droid lacking firebase

 1 files changed, 4 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/goguma-dev/patches/51151/mbox | git am -3
Learn more about email & git

[PATCH] doc/notifications: mention official f-droid lacking firebase Export this patch

---
 doc/notifications.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/notifications.md b/doc/notifications.md
index 5c2f920..37ebbe8 100644
--- a/doc/notifications.md
+++ b/doc/notifications.md
@@ -17,6 +17,10 @@ When running on a device with Google Services available, Goguma may use the
Google infrastructure to deliver notifications. Notification payloads are
end-to-end encrypted.

However, it's important to note that the official F-Droid distribution of
Goguma does not include Firebase, so notifications will resort to the
strategies mentioned next.

When Google Services are unavailable, Goguma will use [UnifiedPush].

## Servers supporting chathistory
-- 
2.44.0
Reworded a bit and pushed. Thanks!