mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 21:24:42 +00:00
There was race where the AttachmentDownloadJob was run during a transaction, which meant that it might not be able to see the message that was just inserted. Gotta be more careful now with WAL mode.