Merge branch 'show-local-only' into 'main'

Added local-only toot display support

Closes #21

See merge request brutaldon/brutaldon!5
This commit is contained in:
DJ Sundog 2021-08-03 15:19:14 +00:00
commit 19b4e56007
1 changed files with 5 additions and 1 deletions

View File

@ -214,7 +214,11 @@
delete
</a>
{% endif %}
{{ toot.visibility }}
{% if toot.local_only %}
{{ toot.visibility }} (local-only)
{% else %}
{{ toot.visibility }}
{% endif %}
&nbsp;&nbsp;
{% if toot.in_reply_to_id or toot.replies_count > 0 %}
<a class="level-item" href="{% url "thread" toot.id %}#toot-{{ toot.id }}">