diff options
author | default <nobody@localhost> | 2023-04-23 08:51:02 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-23 08:51:02 +0200 |
commit | 4fca7c8a7ea2ee1373827c1e4d3726c8e763e2cc (patch) | |
tree | 682a006056d815b4cb3fe427ababfaf96b45150a /data.c | |
parent | 291f251cedc9277d6cacc0071c9d4c03cd0bf32b (diff) |
Added mastoapi unfollow.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1125,7 +1125,7 @@ int following_check(snac *snac, const char *actor) } -int following_get(snac *snac, char *actor, d_char **data) +int following_get(snac *snac, const char *actor, d_char **data) /* returns the 'Follow' object */ { xs *fn = _following_fn(snac, actor); |