From 95745374cd5b91f53437ed72627e5c2f1f20aa0a Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 30 Aug 2022 13:40:20 +1000 Subject: [PATCH] 'followers-only' posts are not necessarily deleted, but may not be viewable to the signed-in actor --- app/templates/lookup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/lookup.html b/app/templates/lookup.html index 8934683..611a944 100644 --- a/app/templates/lookup.html +++ b/app/templates/lookup.html @@ -19,7 +19,7 @@ {% if error %}
{% if error.value == "NOT_FOUND" %} -

The remote object was deleted.

+

The remote object is unavailable.

{% elif error.value == "TIMEOUT" %}

Lookup timed out, please try refreshing the page.

{% else %}