diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-03-19 20:42:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-03-19 20:42:42 +0300 |
| commit | 1c9c61389c26db5f2aecea142af05894d9f18601 (patch) | |
| tree | f36ef63f654b9581a813c9b466eb9aa700854c67 /include | |
| parent | 4695a95c1f73dd45cc1a2e59bdb2c6e327197721 (diff) | |
fixes #4913 (Возможность исключить контакт/чат из автоскачивания файлов)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_ignore.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/m_ignore.h b/include/m_ignore.h index 544638e477..f40f26b946 100644 --- a/include/m_ignore.h +++ b/include/m_ignore.h @@ -36,9 +36,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IGNOREEVENT_ALL (int)(-1)
#define IGNOREEVENT_MESSAGE 1
#define IGNOREEVENT_FILE 2
-#define IGNOREEVENT_USERONLINE 3
-#define IGNOREEVENT_AUTHORIZATION 4
-#define IGNOREEVENT_TYPINGNOTIFY 5
+#define IGNOREEVENT_OFFLINEFILE 3
+#define IGNOREEVENT_USERONLINE 4
+#define IGNOREEVENT_AUTHORIZATION 5
+#define IGNOREEVENT_TYPINGNOTIFY 6
// determines if a message type to a contact should be ignored
// mask is one of IGNOREEVENT_* constants
|
