mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Touch the timeline in user_persist() (to avoid over-zealous caching in /public).
This commit is contained in:
parent
770f75cde5
commit
cd328249bb
1 changed files with 1 additions and 0 deletions
1
data.c
1
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);
|
||||
|
|
Loading…
Reference in a new issue