diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -517,7 +517,7 @@ int _timeline_write(snac *snac, char *id, char *msg, char *parent, char *referre | |||
| 517 | /* now iterate all parents up, just renaming the files */ | 517 | /* now iterate all parents up, just renaming the files */ |
| 518 | xs *grampa = xs_dup(xs_dict_get(meta, "parent")); | 518 | xs *grampa = xs_dup(xs_dict_get(meta, "parent")); |
| 519 | 519 | ||
| 520 | int max_levels = 10; | 520 | int max_levels = 20; |
| 521 | 521 | ||
| 522 | while (!xs_is_null(grampa)) { | 522 | while (!xs_is_null(grampa)) { |
| 523 | xs *gofn = _timeline_find_fn(snac, grampa); | 523 | xs *gofn = _timeline_find_fn(snac, grampa); |