summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mir_app/src/meta_main.cpp1
1 files changed, 1 insertions, 0 deletions
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();