diff options
| author | 2023-01-11 20:40:13 +0100 | |
|---|---|---|
| committer | 2023-01-11 20:40:13 +0100 | |
| commit | 75f8554e38dde34fca8981ad07c610980fb07321 (patch) | |
| tree | e88fe6c3b390f6704d69422f7dfeebd80b4dd27e /data.c | |
| parent | More keyId/signature tweaks. (diff) | |
| download | snac2-75f8554e38dde34fca8981ad07c610980fb07321.tar.gz snac2-75f8554e38dde34fca8981ad07c610980fb07321.tar.xz snac2-75f8554e38dde34fca8981ad07c610980fb07321.zip | |
Deleted unused arguments in timeline_add().
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -835,7 +835,7 @@ void timeline_update_indexes(snac *snac, const char *id) | |||
| 835 | } | 835 | } |
| 836 | 836 | ||
| 837 | 837 | ||
| 838 | int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer) | 838 | int timeline_add(snac *snac, char *id, char *o_msg) |
| 839 | /* adds a message to the timeline */ | 839 | /* adds a message to the timeline */ |
| 840 | { | 840 | { |
| 841 | int ret = object_add(id, o_msg); | 841 | int ret = object_add(id, o_msg); |