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