summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-05 01:58:27 +0200
committerdefault <nobody@localhost>2024-05-05 01:58:27 +0200
commitbe9cf2f5550f68ef4e86b547d7247a0bd498521d (patch)
tree107681587a33ea0cc61cb1ac2793abec71a0a522 /data.c
parentfc76ae4e9e721a1ec5fbcf3b509d5a47cf48cd61 (diff)
Enqueue an object request for closed polls.
It seems that Pleroma does not send poll updates on close (or never).
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 4d753a9..b9c1141 100644
--- a/data.c
+++ b/data.c
@@ -2662,7 +2662,7 @@ void enqueue_object_request(snac *user, const char *id, int forward_secs)
qmsg = _enqueue_put(fn, qmsg);
- snac_debug(user, 0, xs_fmt("enqueue_object_request %s", id));
+ snac_debug(user, 0, xs_fmt("enqueue_object_request %s %d", id, forward_secs));
}