commit: 03c4e37e7f87a45d233d5d4ec62193ae02f87459
parent: 6217303b59e5ef1cf38adcb9125af689ac142471
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 26 Nov 2018 07:15:10 +0100
about.html: glitch-soc uses IndexedDB
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/about.html b/about.html
@@ -19,11 +19,12 @@
<p>⚠ the following is a work in progress and should only be considered for indication ⚠</p>
<p>Browser-side storage in pleroma-fe:<ul>
<li><code>_pleroma_key</code>: Session cookie added when you authentify yourself</li>
- <li>Indexed DataBase: stores your config and last seen status id in notifications</li>
+ <li>Indexed DataBase: stores your frontend config and last seen status id in notifications</li>
</ul></p>
<p>Browser-side Storage in mastofe:<ul>
<li><code>_pleroma_key</code>: Session cookie added when you authentify yourself</li>
<li>Service Workers: Used for sending Web Notifications</li>
+ <li>Indexed DataBase: stores your frontend config (glitch-soc)</li>
</ul></p>
<p>Extra server-side storage for mastofe:<ul>
<li><code>PUT /api/web/settings</code>: Stores a JSON object, contains stuff like columns config, you can see it into <code>initial_state</code>. (undocumented usage)</li>