From bcde97c2d53f9c94c6ced2717945affa4ede554c Mon Sep 17 00:00:00 2001 From: default Date: Thu, 13 Apr 2023 16:59:17 +0200 Subject: New function notify_add(). --- activitypub.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 792080d..851699a 100644 --- a/activitypub.c +++ b/activitypub.c @@ -935,6 +935,9 @@ void notify(snac *snac, xs_str *type, xs_str *utype, xs_str *actor, xs_dict *msg if (!xs_is_null(bot) && !xs_is_null(chat_id) && *bot && *chat_id) enqueue_telegram(body, bot, chat_id); + + /* finally, store it in the notification folder */ + notify_add(snac, type, utype, actor, objid); } -- cgit v1.2.3