diff options
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
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 if (tag == NULL) tag = xs_list_new(); - if (in_reply_to != NULL) { + if (in_reply_to != NULL && *in_reply_to) { xs *p_msg = NULL; /* demand this thing */ |