index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'data.c')
-rw-r--r--
data.c
4
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
}