diff options
| author | default <nobody@localhost> | 2024-10-13 06:48:29 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-13 06:48:29 +0200 |
| commit | cd328249bbf898d1521ddee2d4235a72296537ed (patch) | |
| tree | 36ea05203e8e0083f2514144555ec39a8bf9edcc | |
| parent | 770f75cde561c76ebce52e701c0615082f00a3b3 (diff) | |
Touch the timeline in user_persist() (to avoid over-zealous caching in /public).
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |