summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 5e4d254..7a24a69 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -599,7 +599,7 @@ d_char *msg_note(snac *snac, char *content, char *rcpts, char *in_reply_to, char
599 if (tag == NULL) 599 if (tag == NULL)
600 tag = xs_list_new(); 600 tag = xs_list_new();
601 601
602 if (in_reply_to != NULL) { 602 if (in_reply_to != NULL && *in_reply_to) {
603 xs *p_msg = NULL; 603 xs *p_msg = NULL;
604 604
605 /* demand this thing */ 605 /* demand this thing */