summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/data.c b/data.c
index 5c71c8e..c2d29c1 100644
--- a/data.c
+++ b/data.c
@@ -2078,6 +2078,10 @@ void purge_all(void)
}
purge_server();
+
+#ifndef NO_MASTODON_API
+ mastoapi_purge();
+#endif
}