summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c
index 566c240..57a5680 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -799,8 +799,6 @@ void notify(snac *snac, const char *type, const char *utype, const char *actor,
799 if (strcmp(utype, "Follow") == 0) 799 if (strcmp(utype, "Follow") == 0)
800 objid = actor; 800 objid = actor;
801 801
802 notify_add(snac, type, utype, actor, objid != NULL ? objid : id);
803
804 /* ntfy */ 802 /* ntfy */
805 char *ntfy_server = xs_dict_get(snac->config, "ntfy_server"); 803 char *ntfy_server = xs_dict_get(snac->config, "ntfy_server");
806 char *ntfy_token = xs_dict_get(snac->config, "ntfy_token"); 804 char *ntfy_token = xs_dict_get(snac->config, "ntfy_token");