aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/compose.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-12 11:21:06 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-12 11:21:06 -0500
commita5fe1e358ecb535f9f88f348831d82757dd62ae9 (patch)
tree038d26f24681b52fe9b6ba57174f9941c6717443 /themes/alps/compose.html
parent5a8d1572b1297c3a72fd33ee42d15e6368a52936 (diff)
downloadalps-a5fe1e358ecb535f9f88f348831d82757dd62ae9.tar.gz
alps-a5fe1e358ecb535f9f88f348831d82757dd62ae9.zip
Carry Message-ID forward through compose process
Diffstat (limited to 'themes/alps/compose.html')
-rw-r--r--themes/alps/compose.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html
index 5874748..ebadaad 100644
--- a/themes/alps/compose.html
+++ b/themes/alps/compose.html
@@ -9,7 +9,8 @@
<main class="create-update">
<form method="post" enctype="multipart/form-data">
- <input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}">
+ <input type="hidden" name="message_id" value="{{.Message.InReplyTo}}">
+ <input type="hidden" name="in_reply_to" value="{{.Message.MessageID}}">
<div class="headers no-js">
<label>From</label>