Don't attempt to send files on dry runs.

This commit is contained in:
Cohee
2023-12-04 21:28:36 +02:00
parent d24c1dde10
commit 1ac494d468
2 changed files with 4 additions and 4 deletions

View File

@ -302,7 +302,7 @@ async function viewMessageFile(messageId) {
modalTemplate.addClass('file_modal');
addCopyToCodeBlocks(modalTemplate);
callPopup(modalTemplate, 'text');
callPopup(modalTemplate, 'text', '', { wide: true, large: true });
}
/**