Index: src/views/pages/authorize-interaction.ejs
===================================================================
--- src/views/pages/authorize-interaction.ejs	(revision 2826bb97323aa77bce570c916487709c4266732a)
+++ src/views/pages/authorize-interaction.ejs	(revision cc24fa1a1c54af244bb602d55eaf9fe37c7e9565)
@@ -1,3 +1,11 @@
 <div class="auth-interact">
+  <% if (typeof sent !== 'undefined' && sent) { %>
+    <h1 class="auth-interact-title"><%= t('fedi.remote_sent_title') %></h1>
+    <p class="auth-interact-note"><%= t('fedi.remote_sent') %></p>
+    <p class="auth-interact-actions">
+      <% if (uri) { %><a class="btn" href="<%= uri %>" target="_blank" rel="nofollow noopener"><%= t('fedi.remote_view_original') %></a><% } %>
+      <a class="btn btn-primary" href="/"><%= t('fedi.remote_back') %></a>
+    </p>
+  <% } else { %>
   <h1 class="auth-interact-title"><%= t('fedi.remote_title') %></h1>
 
@@ -34,4 +42,5 @@
     <p class="auth-interact-note"><%= t('fedi.remote_as', { site: siteTitle }) %></p>
   <% } %>
+  <% } %>
 </div>
 
