Bugfixes by @cwt (#42)
* check for missing actor in stream item * reply on my own status * fix img exceed div * check for "actor" key in item.meta before render * force UTF-8 text encoding * check if a is a dict or string * check d object must be dict to get url or id * json/atom/rss feed * handle missing root_id * fix newer-link hover * fix older-link position * quick hack to support peertube video * enable IndieAuth endpoint * fix 500 when remote follow
This commit is contained in:
@@ -129,7 +129,6 @@
|
||||
{% if session.logged_in %}
|
||||
{% if ui%}
|
||||
|
||||
<a class="bar-item" href="/admin/new?reply={{ aid }}">reply</a>
|
||||
{% if meta.boosted %}
|
||||
<form action="/api/undo" class="action-form" method="POST">
|
||||
<input type="hidden" name="redirect" value="{{ redir }}">
|
||||
@@ -195,6 +194,7 @@
|
||||
<button type="submit" class="bar-item">block</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
<a class="bar-item" href="/admin/new?reply={{ aid }}">reply</a>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user