Fix assumed height of media for auto-collapse heigh calculations (I typo'd the original mod, whoops!) (#11)

pull/2061/head
neatchee 2022-12-29 17:50:05 -08:00
parent 0fce108d21
commit 998f701a2b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class Status extends ImmutablePureComponent {
let autoCollapseHeight = parseInt(autoCollapseSettings.get('height'));
if (status.get('media_attachments').size && !muted) {
autoCollapseHeight += 300;
autoCollapseHeight += 210;
}
if (collapse ||
autoCollapseSettings.get('all') ||