mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Previously, we'd crash if we couldn't find the attachment at runtime, but that's not uncommon if someone deletes before sending. Now we just fail. Also, previously we'd fail if we couldn't create a memory file. Now we will only fail if the attachment is >100mb (same as the other video failures).