diff options
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); |