pub(crate) const PRE_MSG_ATTACHMENT_SIZE_THRESHOLD: u64 = 140_000;Expand description
From this point onward outgoing messages are considered large and get a Pre-Message, which announces the Post-Message. This is only about sending so we can modify it any time. Current value is a bit less than the minimum auto-download setting from the UIs (which is 160 KiB).