Tweak inbox/outbox filter

This commit is contained in:
Thomas Sileo 2022-07-25 21:48:40 +02:00
parent c8bd23b696
commit e363ae2802
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
<nav class="flexbox box">
<ul>
<li>Filter by</li>
{% for ap_type in ["Note", "Like", "Announce", "Follow"] %}
{% for ap_type in ["Note", "Article", "Page", "Question", "Like", "Announce", "Follow"] %}
<li><a href="{{ url_for(route) }}?filter_by={{ ap_type }}" {% if request.query_params.filter_by == ap_type %}class="active"{% endif %}>
{{ ap_type }}
</a>