diff --git a/src/app/utilsadapter.cpp b/src/app/utilsadapter.cpp
index ab625660f914c814a92f885515b68e89d16425d6..e6143d8a6f3dc0657d67cf8c1a9c87a254d3fda5 100644
--- a/src/app/utilsadapter.cpp
+++ b/src/app/utilsadapter.cpp
@@ -613,7 +613,7 @@ UtilsAdapter::getContactPresence(const QString& accountId, const QString& uri)
 {
     try {
         if (lrcInstance_->getAccountInfo(accountId).profileInfo.uri == uri)
-            return true; // It's the same account
+            return 2; // It's the same account
         auto info = lrcInstance_->getAccountInfo(accountId).contactModel->getContact(uri);
         return info.presence;
     } catch (...) {