diff options
author | watcherhd <watcherhd@gmail.com> | 2017-04-26 11:20:10 +0300 |
---|---|---|
committer | watcherhd <watcherhd@gmail.com> | 2017-04-26 11:20:10 +0300 |
commit | 64d578eaad10ff4fb7722985783bc16885957415 (patch) | |
tree | c2a1721896511ddc6f57131049b6f4d491f52e39 /protocols/JabberG/src/jabber_proto.cpp | |
parent | 3919b8b2d5270a41cbad66158165a4101b230e95 (diff) |
Revert "Revert "jabber: omemo: improoved 4.4, working on 4.5""
This reverts commit 3919b8b2d5270a41cbad66158165a4101b230e95.
returning 26092086b62afd9bdef93f4756ae7558ec681e9a to the original state
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index d2ce816639..71e630bd4a 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -964,7 +964,7 @@ int __cdecl CJabberProto::SendMsg(MCONTACT hContact, int, const char* pszSrc) if(m_options.UseOMEMO && OmemoIsEnabled(hContact) && !mir_wstrcmp(msgType, L"chat")) //omemo enabled in options, omemo enabled for contact
{
- OmemoEncryptMessage(m, msg);
+ OmemoEncryptMessage(m, msg, hContact);
}
else
{
|