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

Fix form item name in status_interact.html

Tusooa Zhu 2021-12-28 16:12:00 -05:00 committed by Francis Dinh
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

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 %>