snac2

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

commit 286eb291c7d333995e3932bb3c3ec3f55b33402e
parent df612873d6223477e5952e7a301f201117554599
Author: default <nobody@localhost>
Date:   Thu, 15 Dec 2022 16:43:01 +0100

Lower debug level to repeated follows.

Diffstat:
Mactivitypub.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activitypub.c b/activitypub.c @@ -843,7 +843,7 @@ int process_message(snac *snac, char *msg, char *req) do_notify = 1; } else - snac_debug(snac, 1, xs_fmt("repeated 'Follow' from %s", actor)); + snac_log(snac, xs_fmt("repeated 'Follow' from %s", actor)); } else if (strcmp(type, "Undo") == 0) {