diff options
Diffstat (limited to 'themes/alps')
-rw-r--r-- | themes/alps/compose.html | 3 |
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> |