diff options
| author | 2022-09-25 09:47:36 +0200 | |
|---|---|---|
| committer | 2022-09-25 09:47:36 +0200 | |
| commit | 5f4379d434140505acc7205715fb5b729acc3b5a (patch) | |
| tree | b96fc8dd7ed2d75e8f8f37ef31b0c54712c4d5fc /data.c | |
| parent | Some fixes to timeline_add(). (diff) | |
| download | snac2-5f4379d434140505acc7205715fb5b729acc3b5a.tar.gz snac2-5f4379d434140505acc7205715fb5b729acc3b5a.tar.xz snac2-5f4379d434140505acc7205715fb5b729acc3b5a.zip | |
Fixed bug in srv_archive().
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -412,6 +412,7 @@ void timeline_add(snac *snac, char *id, char *o_msg, char *parent) | |||
| 412 | "\"children\": []," | 412 | "\"children\": []," |
| 413 | "\"liked_by\": []," | 413 | "\"liked_by\": []," |
| 414 | "\"announced_by\": []," | 414 | "\"announced_by\": []," |
| 415 | "\"version\": \"snac/2.x\"," | ||
| 415 | "\"parent\": null" | 416 | "\"parent\": null" |
| 416 | "}"); | 417 | "}"); |
| 417 | 418 | ||