Touch the timeline in user_persist() (to avoid over-zealous caching in /public).

This commit is contained in:
default 2024-10-13 06:48:29 +02:00
parent 770f75cde5
commit cd328249bb

1
data.c
View File

@ -337,6 +337,7 @@ int user_persist(snac *snac, int publish)
rename(bfn, fn); rename(bfn, fn);
history_del(snac, "timeline.html_"); history_del(snac, "timeline.html_");
timeline_touch(snac);
if (publish) { if (publish) {
xs *a_msg = msg_actor(snac); xs *a_msg = msg_actor(snac);