snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit cd328249bbf898d1521ddee2d4235a72296537ed
parent 770f75cde561c76ebce52e701c0615082f00a3b3
Author: default <nobody@localhost>
Date:   Sun, 13 Oct 2024 06:48:29 +0200

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

Diffstat:
Mdata.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);