aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-10-13 06:48:29 +0200
committerdefault <nobody@localhost>2024-10-13 06:48:29 +0200
commitcd328249bbf898d1521ddee2d4235a72296537ed (patch)
tree36ea05203e8e0083f2514144555ec39a8bf9edcc
parent770f75cde561c76ebce52e701c0615082f00a3b3 (diff)
Touch the timeline in user_persist() (to avoid over-zealous caching in /public).
-rw-r--r--data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.c b/data.c
index 8b1a92e..1448bab 100644
--- a/data.c
+++ b/data.c
@@ -337,6 +337,7 @@ int user_persist(snac *snac, int publish)
rename(bfn, fn);
history_del(snac, "timeline.html_");
+ timeline_touch(snac);
if (publish) {
xs *a_msg = msg_actor(snac);