parsav  Diff

Differences From Artifact [5768880cb8]:

To Artifact [eb323f3b45]:


    56     56   		{'default-avatar.webp', 'image/webp'}; -- needs inkscape-exclusive svg features
    57     57   		{'bell.svg', 'image/svg+xml'};
    58     58   		{'heart.webp', 'image/webp'};
    59     59   		{'retweet.webp', 'image/webp'};
    60     60   		{'padlock.svg', 'image/svg+xml'};
    61     61   		{'warn.svg', 'image/svg+xml'};
    62     62   		{'query.webp', 'image/webp'};
           63  +		{'reply.webp', 'image/webp'};
           64  +		-- keep in mind before you add anything to this list: these are not
           65  +		-- just files parsav can access, they are files that are *kept in
           66  +		-- memory* for fast access the entire time parsav is running, and
           67  +		-- which need to be loaded into memory before the program can even
           68  +		-- start. it's imperative to keep these as small and few in number
           69  +		-- as is realistically possible.
    63     70   	};
    64     71   	default_ui_accent = tonumber(default('parsav_ui_default_accent',323));
    65     72   }
    66     73   if os.getenv('parsav_let_me_be_an_idiot') == "i know what i'm doing" then
    67     74   	conf.braingeniousmode = true -- SOUND GENERAL QUARTERS
    68     75   end
    69     76   if u.ping '.fslckout' or u.ping '_FOSSIL_' then