diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -799,7 +799,7 @@ int _object_add(const char *id, const xs_dict *obj, int ow) | |||
| 799 | fclose(f); | 799 | fclose(f); |
| 800 | 800 | ||
| 801 | /* does this object has a parent? */ | 801 | /* does this object has a parent? */ |
| 802 | const char *in_reply_to = xs_dict_get(obj, "inReplyTo"); | 802 | const char *in_reply_to = get_in_reply_to(obj); |
| 803 | 803 | ||
| 804 | if (!xs_is_null(in_reply_to) && *in_reply_to) { | 804 | if (!xs_is_null(in_reply_to) && *in_reply_to) { |
| 805 | /* update the children index of the parent */ | 805 | /* update the children index of the parent */ |