summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-07 19:24:47 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-07 19:24:47 +0300
commit06d7b7d0fd02af55b5c5183cc04a9c2ac04a4163 (patch)
tree67d930f48950572ee31fc441fdde710114163108 /include
parent65082d3cc4f7fe8e2f25b3ef367ab7c6a002b4cb (diff)
#3542 (Telegram: исходящие картинки показываются как входящие)
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index 19bbad22f3..e4dc10c841 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -771,6 +771,8 @@ EXTERN_C MIR_APP_DLL(MEVENT) Proto_AuthRecv(const char *szProtoName, PROTORECVEV
#define PRFF_UNICODE 0x0001 // in all MAllCStrings .w is valid
#define PRFF_UTF 0x0002 // in all MAllCStrings .a contains text in UTF8
#define PRFF_SILENT 0x0004 // do not show file send/receive dialog
+#define PRFF_SENT 0x0008 // this is an outgoing file
+#define PRFF_READ 0x0010 // this event is marked read
struct PROTORECVFILE
{