Преглед на файлове

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

default преди 6 месеца
родител
ревизия
cd328249bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      data.c

+ 1 - 0
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);