parsav  Diff

Differences From Artifact [ff68c1adfe]:

To Artifact [5c6e342d23]:


    14     14   	method: lib.http.method.t
    15     15   	live_last: lib.store.timepoint
    16     16   	uploads: lib.mem.vec(lib.http.upload)
    17     17   	body: pstring
    18     18   -- cache
    19     19   	ui_hue: uint16
    20     20   	navbar: pstring
    21         -	actorcache: lib.mem.cache(lib.mem.ptr(lib.store.actor),32) -- naive cache to avoid unnecessary queries
           21  +	actorcache: lib.mem.cache(lib.mem.ptr(lib.store.actor),32,true) -- naive cache to avoid unnecessary queries
    22     22   -- private
    23     23   	varbuf: pstring
    24     24   	vbofs: &int8
    25     25   }
    26     26   
    27     27   struct convo.page {
    28     28   	title: pstring