'followers-only' posts are not necessarily deleted, but may not be viewable to the signed-in actor

v2
Miguel Jacq 2022-08-30 13:40:20 +10:00 zatwierdzone przez Thomas Sileo
rodzic db8f0cb141
commit 95745374cd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
{% if error %}
<div class="box error-box">
{% if error.value == "NOT_FOUND" %}
<p>The remote object was deleted.</p>
<p>The remote object is unavailable.</p>
{% elif error.value == "TIMEOUT" %}
<p>Lookup timed out, please try refreshing the page.</p>
{% else %}