Update device chat icon to use RGBA

This commit is contained in:
Alexander Krotov
2020-08-05 21:23:53 +03:00
parent 03a4115a52
commit a315f919e4
2 changed files with 5 additions and 0 deletions

View File

@@ -1283,6 +1283,11 @@ async fn open(
.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
// (the structure is complete now and all objects are usable)