summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-16 20:35:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-16 20:35:01 +0300
commiteb6981dc2146cc8718eb913605fac6b9c3746642 (patch)
treeba4e327a7b09af4bee54ee91b92f9d43d81b4d93 /protocols/JabberG/src/jabber_proto.cpp
parent5df0729e23a1c38bdda34c15fdce3810475c0e4f (diff)
Jabber: OMEMO device list request moved to the separate function
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rw-r--r--protocols/JabberG/src/jabber_proto.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index a50e100b87..282672e4ea 100644
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -700,6 +700,7 @@ int CJabberProto::GetInfo(MCONTACT hContact, int /*infoType*/)
}
SendGetVcard(hContact);
+ OmemoRequestDeviceList(jid);
return 0;
}