Differences From
Artifact [eb323f3b45]:
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 63 {'reply.webp', 'image/webp'};
64 + {'file.webp', 'image/webp'};
64 65 -- keep in mind before you add anything to this list: these are not
65 66 -- just files parsav can access, they are files that are *kept in
66 67 -- memory* for fast access the entire time parsav is running, and
67 68 -- which need to be loaded into memory before the program can even
68 69 -- start. it's imperative to keep these as small and few in number