diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-10 15:02:31 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 15:02:31 +0300 |
| commit | a5e4a0de5bfa544de0e77ce3bf5443386530d43f (patch) | |
| tree | 8d9484fecd2b10c0fce6529e0f0d6695742836e3 /protocols | |
| parent | aeb5c84e9c3a013f0ae12b4a7b2297f6f45dca4c (diff) | |
that was a very dirty crutch, let's remove it
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Steam/src/steam_messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_messages.cpp b/protocols/Steam/src/steam_messages.cpp index 28ea4c4b9f..af08d6ae64 100644 --- a/protocols/Steam/src/steam_messages.cpp +++ b/protocols/Steam/src/steam_messages.cpp @@ -74,7 +74,7 @@ void CSteamProto::OnGotMarkRead(const CFriendMessagesAckMessageNotification &rep if (reply.timestamp > dbei.iTimestamp)
break;
- if (!dbei.markedRead())
+ if (!dbei.bRead)
db_event_markRead(hContact, hDbEvent, true);
}
}
|
