From a2404e01cdbeef2ba332e147a5f2f1ca0a0310d7 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 5 Nov 2022 22:49:25 -0600 Subject: Queuing system and lazy profile fetch --- templates/identity/view.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'templates/identity') diff --git a/templates/identity/view.html b/templates/identity/view.html index deb7ae5..2a82478 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -14,10 +14,16 @@ {% if not identity.local %} -

- This user is a member of another server. - See their original profile -

+ {% if not identity.actor_uri %} +

+ The system is still fetching this profile. Refresh to see updates. +

+ {% else %} +

+ This is a member of another server. + See their original profile +

+ {% endif %} {% endif %} {% for status in statuses %} -- cgit v1.2.3