diff options
author | default <nobody@localhost> | 2023-04-28 08:33:02 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-28 08:33:02 +0200 |
commit | 765f63772f5a63c6c7c97c06b265f5bba06966df (patch) | |
tree | f9d6dd0b28d7db426aff80654e3991be6b3b1ba7 /data.c | |
parent | b620fe99fa99bb1658f43741b2d40ce88ff53963 (diff) |
New function mastoapi_purge() (still dummy).
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2078,6 +2078,10 @@ void purge_all(void) } purge_server(); + +#ifndef NO_MASTODON_API + mastoapi_purge(); +#endif } |