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:
commit
19b4e56007
|
@ -214,7 +214,11 @@
|
|||
delete
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if toot.local_only %}
|
||||
{{ toot.visibility }} (local-only)
|
||||
{% else %}
|
||||
{{ toot.visibility }}
|
||||
{% endif %}
|
||||
|
||||
{% if toot.in_reply_to_id or toot.replies_count > 0 %}
|
||||
<a class="level-item" href="{% url "thread" toot.id %}#toot-{{ toot.id }}">
|
||||
|
|
Loading…
Reference in New Issue