Index: src/routes/posts.js
===================================================================
--- src/routes/posts.js	(revision 3a0ca0f34e3f112899e4fdc916ec87010867dc3e)
+++ src/routes/posts.js	(revision 6fab3f3e28add90b1140273d9a28793236cd7a39)
@@ -802,5 +802,5 @@
   }
   renderPage(req, res, 'pages/authorize-interaction', {
-    pageJs: 'authorize-interaction',
+    pageJs: 'authorize-interaction reply-editor',
     pageTitleKey: 'fedi.remote_interact', // i18n: was hardcoded Dutch on non-NL sites
     bodyClass: 'on-special',
@@ -949,5 +949,5 @@
     : []).filter((o) => o['shaer:ward'] === gMe && o['shaer:needsMyAccept']);
   renderPage(req, res, 'pages/messages', {
-    pageTitleKey: 'msg.title', bodyClass: 'on-special', pageJs: 'messages', items, seenAt,
+    pageTitleKey: 'msg.title', bodyClass: 'on-special', pageJs: 'messages reply-editor', items, seenAt,
     hasMore, nextOffset: offset + FEED_PAGE, moreBase, guardianOffers,
     success: req.query.success || null, error: req.query.error || null,
@@ -1530,5 +1530,5 @@
 
   renderPage(req, res, 'pages/post', {
-    pageJs: 'post',
+    pageJs: 'post reply-editor',
     post,
     poll: ActivityPubService.ownPollView(post),
