diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-29 10:42:25 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-29 10:42:25 +0300 |
commit | 0b942877182ed44ad8cb064118d1468e21a89b6b (patch) | |
tree | 9f612563ca15182e189c05c32e06fe81cefa3bcf /plugins/Scriver/src/sendqueue.h | |
parent | 70493eb6f107a6b910705fd5666b9557a83471d1 (diff) |
fix: reply ids are not written for the outgoing messages
Diffstat (limited to 'plugins/Scriver/src/sendqueue.h')
-rw-r--r-- | plugins/Scriver/src/sendqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/sendqueue.h b/plugins/Scriver/src/sendqueue.h index 0fc3658678..a99088628f 100644 --- a/plugins/Scriver/src/sendqueue.h +++ b/plugins/Scriver/src/sendqueue.h @@ -36,6 +36,7 @@ namespace SendQueue CMsgDialog *pDlg;
MCONTACT hContact;
+ MEVENT hReplyEvent;
char *proto;
int hSendId;
int timeout;
|