diff options
| author | default <nobody@localhost> | 2024-11-19 06:59:53 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-19 06:59:53 +0100 |
| commit | fc9ba8f02647035e2d9ebcc29b32c586f90a10fd (patch) | |
| tree | 6605ce5d9fc02b8c5788884d14f9babf6efbf6b9 /data.c | |
| parent | 085caa7747a3bbebbd2ec09b3264dc6fcc5a7624 (diff) | |
More usage of get_in_reply_to().
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) fclose(f); /* does this object has a parent? */ - const char *in_reply_to = xs_dict_get(obj, "inReplyTo"); + const char *in_reply_to = get_in_reply_to(obj); if (!xs_is_null(in_reply_to) && *in_reply_to) { /* update the children index of the parent */ |