Remote interaction with posts #198

Merged
floatingghost merged 8 commits from norm/akkoma:remote-interaction into develop 2022-09-08 10:19:23 +00:00
Showing only changes of commit 14dccdf884 - Show all commits

View file

@ -6,7 +6,7 @@
<%= @status_id %>
</div>
<%= form_for @conn, Routes.util_path(@conn, :remote_subscribe), [as: "status"], fn f -> %>
<%= hidden_input f, :status, value: @status_id %>
<%= hidden_input f, :status_id, value: @status_id %>
<%= text_input f, :profile, placeholder: "Your account ID, e.g. lain@quitter.se" %>
<%= submit "Interact" %>
<% end %>