Plain text: always attach images

This commit is contained in:
M66B
2020-04-08 09:12:36 +02:00
parent c009f1c4bf
commit 50bea656ea
2 changed files with 24 additions and 9 deletions

View File

@@ -87,6 +87,11 @@ public interface DaoAttachment {
" WHERE id = :id")
void setError(long id, String error);
@Query("UPDATE attachment" +
" SET disposition = :disposition" +
" WHERE id = :id")
void setDisposition(long id, String disposition);
@Query("UPDATE attachment" +
" SET cid = :cid" +
" WHERE id = :id")