diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2023-07-13 08:42:30 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2023-07-13 08:42:30 +0000 |
commit | ff8e400e6730dc77a7321cdc47d2077a51ba74d9 (patch) | |
tree | 6f19968f2be83735b70816bcf21212e0086734f5 /activitypub.c | |
parent | a0e813db0ae3cbf8dae07ec5bec2e882c3b560c5 (diff) | |
parent | b4283865826de4cd0fd240001b4432dca8df9c77 (diff) |
Merge pull request 'XSS: Also encode in admin page, and other....' (#65) from yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/65
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index fa592e7..9fe293c 100644 --- 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; |