snac2

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

commit 6890a15787d76d8d78f010331e2bcddeb981f8e9
parent 6c556581e0d7137cd230b4569a0a833e9dae4e81
Author: Stefano Marinelli <stefano@dragas.it>
Date:   Sat, 13 Jan 2024 13:21:53 +0100

Fixed a bug introduced yesterday that cause double notifications

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

diff --git a/activitypub.c b/activitypub.c @@ -799,8 +799,6 @@ void notify(snac *snac, const char *type, const char *utype, const char *actor, if (strcmp(utype, "Follow") == 0) objid = actor; - notify_add(snac, type, utype, actor, objid != NULL ? objid : id); - /* ntfy */ char *ntfy_server = xs_dict_get(snac->config, "ntfy_server"); char *ntfy_token = xs_dict_get(snac->config, "ntfy_token");