mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Update device chat icon to use RGBA
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1283,6 +1283,11 @@ async fn open(
|
|||||||
.await?;
|
.await?;
|
||||||
sql.set_raw_config_int(context, "dbversion", 65).await?;
|
sql.set_raw_config_int(context, "dbversion", 65).await?;
|
||||||
}
|
}
|
||||||
|
if dbversion < 66 {
|
||||||
|
info!(context, "[migration] v66");
|
||||||
|
update_icons = true;
|
||||||
|
sql.set_raw_config_int(context, "dbversion", 66).await?;
|
||||||
|
}
|
||||||
|
|
||||||
// (2) updates that require high-level objects
|
// (2) updates that require high-level objects
|
||||||
// (the structure is complete now and all objects are usable)
|
// (the structure is complete now and all objects are usable)
|
||||||
|
|||||||
Reference in New Issue
Block a user