From 3166b70501ec138496e04140f82147ea23d82420 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 30 Mar 2018 15:36:10 +0300 Subject: fixes #1220 (Cached MirVer in metacontacts) --- src/mir_app/src/meta_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mir_app/src/meta_main.cpp b/src/mir_app/src/meta_main.cpp index 1c1df89bf1..9746d605c4 100644 --- a/src/mir_app/src/meta_main.cpp +++ b/src/mir_app/src/meta_main.cpp @@ -80,6 +80,7 @@ int LoadMetacontacts(void) for (auto &hContact : Contacts(META_PROTO)) { db_set_w(hContact, META_PROTO, "Status", ID_STATUS_OFFLINE); db_set_dw(hContact, META_PROTO, "IdleTS", 0); + db_unset(hContact, META_PROTO, "MirVer"); } Meta_ReadOptions(); -- cgit v1.2.3