diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-08-04 18:23:57 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-08-04 18:23:57 +0300 |
| commit | 1cbdcde34f1d6fbcdb80317fa16c3dd8131f542f (patch) | |
| tree | d438efaae235298c6498ad83bdfdc1cfbdb0cc82 /src/mir_app | |
| parent | e215b9e602c3a3e4dd9ee2b9f9d1bb6bad9e4060 (diff) | |
for #3530 (Bookmarks)
Diffstat (limited to 'src/mir_app')
| -rw-r--r-- | src/mir_app/src/proto_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/proto_interface.cpp b/src/mir_app/src/proto_interface.cpp index b4621cf918..db4da573d8 100644 --- a/src/mir_app/src/proto_interface.cpp +++ b/src/mir_app/src/proto_interface.cpp @@ -228,7 +228,7 @@ MEVENT PROTO_INTERFACE::RecvMsg(MCONTACT hContact, PROTORECVEVENT *pre) if (pre->flags & PREF_ENCRYPTED)
dbei.flags |= DBEF_SECURE;
if (pre->flags & PREF_ENCRYPTED_STRONG)
- dbei.flags |= DBEF_SECURE_STRONG;
+ dbei.flags |= DBEF_STRONG;
// if it's possible to find an existing event by its id, do that
if ((GetCaps(PFLAGNUM_4) & PF4_SERVERMSGID) && pre->szMsgId != nullptr) {
|
