snac2

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

commit 47adfa169afc384d96d7c295a257f1c5c989ac29
parent a0e813db0ae3cbf8dae07ec5bec2e882c3b560c5
Author: Yonle <yonle@lecturify.net>
Date:   Wed, 12 Jul 2023 09:18:15 +0700

activitypub.c: Remove unused variable.

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

diff --git a/activitypub.c b/activitypub.c @@ -1154,7 +1154,6 @@ xs_dict *msg_question(snac *user, const char *content, xs_list *attach, const xs_list *opts, int multiple, int end_secs) /* creates a Question message */ { - xs *ntid = tid(0); xs_dict *msg = msg_note(user, content, NULL, NULL, attach, 0); int max = 8; xs_set seen;