diff options
| author | 2024-05-07 19:40:28 +0200 | |
|---|---|---|
| committer | 2024-05-07 19:40:28 +0200 | |
| commit | 6b1721c977294ee28f54150579c36514aa3ee62a (patch) | |
| tree | 9ebd8169f90ce7f46485221d4c6b33ea515c8f21 /snac.h | |
| parent | Version 2.52 RELEASED. (diff) | |
| download | snac2-6b1721c977294ee28f54150579c36514aa3ee62a.tar.gz snac2-6b1721c977294ee28f54150579c36514aa3ee62a.tar.xz snac2-6b1721c977294ee28f54150579c36514aa3ee62a.zip | |
List timelines can now be (manually) navigated from the web UI.
URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -175,6 +175,7 @@ void tag_index(const char *id, const xs_dict *obj); | |||
| 175 | xs_list *tag_search(char *tag, int skip, int show); | 175 | xs_list *tag_search(char *tag, int skip, int show); |
| 176 | 176 | ||
| 177 | xs_val *list_maint(snac *user, const char *list, int op); | 177 | xs_val *list_maint(snac *user, const char *list, int op); |
| 178 | xs_list *list_timeline(snac *user, const char *list, int skip, int show); | ||
| 178 | xs_val *list_content(snac *user, const char *list_id, const char *actor_md5, int op); | 179 | xs_val *list_content(snac *user, const char *list_id, const char *actor_md5, int op); |
| 179 | void list_distribute(snac *user, const char *who, const xs_dict *post); | 180 | void list_distribute(snac *user, const char *who, const xs_dict *post); |
| 180 | 181 | ||