diff --git a/www/js/version.json b/www/js/version.json index fd59825..a5e7939 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.36", - "VERSION_NUMBER": "0.7.36", - "BUILD_DATE": "2026-06-26T01:22:38.092Z" + "VERSION": "v0.7.37", + "VERSION_NUMBER": "0.7.37", + "BUILD_DATE": "2026-06-26T01:29:31.321Z" } diff --git a/www/post-feed.html b/www/post-feed.html index f1560f0..934bef9 100644 --- a/www/post-feed.html +++ b/www/post-feed.html @@ -898,6 +898,7 @@ replyComposerInstance = mountComposer(hostEl, { currentPubkey, followedProfiles: [], + layout: 'inline', showUploadIcon: true, showPreview: true, autoHideOnSubmit: false,