summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar shtrophic2024-11-19 21:40:18 +0100
committerGravatar shtrophic2024-11-19 21:40:18 +0100
commit67431130162b1027cc3894f947be309b2daa3cd3 (patch)
tree847930f363f0d6f13e688342dab8623de78db651 /data.c
parentonly rwc /dev/shm when WITHOUT_SHM is undefined (diff)
parentUpdated documentation. (diff)
downloadsnac2-67431130162b1027cc3894f947be309b2daa3cd3.tar.gz
snac2-67431130162b1027cc3894f947be309b2daa3cd3.tar.xz
snac2-67431130162b1027cc3894f947be309b2daa3cd3.zip
Merge remote-tracking branch 'upstream/master'
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 54099db..6f93098 100644
--- a/data.c
+++ b/data.c
@@ -762,7 +762,7 @@ int _object_add(const char *id, const xs_dict *obj, int ow)
762 fclose(f); 762 fclose(f);
763 763
764 /* does this object has a parent? */ 764 /* does this object has a parent? */
765 const char *in_reply_to = xs_dict_get(obj, "inReplyTo"); 765 const char *in_reply_to = get_in_reply_to(obj);
766 766
767 if (!xs_is_null(in_reply_to) && *in_reply_to) { 767 if (!xs_is_null(in_reply_to) && *in_reply_to) {
768 /* update the children index of the parent */ 768 /* update the children index of the parent */