{% from 'lib/picture.html' import picture %} {% extends 'lib/layout.html' %} {% block body %}
{% include "lib/greet.html" %}

Forget is a service that automatically deletes your old posts. Shouldn't databases forget too?

{% if not g.viewer %}

Sign in

{% if twitter_login_error %} {% endif %}

{% for instance in mastodon_instances %} {% if loop.first %} {{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}} Log in with {% endif %} {{instance}} {% else %} {{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}} Log in with Mastodon {% endfor %} {% if mastodon_instances %} Another Mastodon instance {% endif %}

{% for instance in misskey_instances %} {% if loop.first %} {{picture(st, 'misskey', (20,40,80), ('webp', 'png'))}} Log in with {% endif %} {{instance}} {% else %} {{picture(st, 'misskey', (20,40,80), ('webp', 'png'))}} Log in with Misskey {% endfor %} {% if misskey_instances %} Another Misskey instance {% endif %}

{% endif %}

Features

Non-features

Forget is not a one-time purging tool. It is designed to prune your account continuously, not quickly. If you need a lot of posts gone fast, you may want to look for another more-suited tool.

{% endblock %} {% block scripts %} {% endblock %}