diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-19 14:36:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-19 14:36:04 +0300 |
commit | 7a6bb0b844b0a5c15191977acc79092771bb52b1 (patch) | |
tree | bb1334c59899baea00b706724552cd63d080263c /protocols/WhatsAppWeb/src/stdafx.h | |
parent | 99f8fd05b99fbe8df51ba05ee859a419962a535e (diff) |
Chat_Mute - a function to set group chat mute mode programmatically
Diffstat (limited to 'protocols/WhatsAppWeb/src/stdafx.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index a89e28976e..4aa4febb1a 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -14,7 +14,7 @@ Copyright © 2019-21 George Hazan #include <newpluginapi.h> #include <m_avatars.h> -#include <m_chat.h> +#include <m_chat_int.h> #include <m_clist.h> #include <m_contacts.h> #include <m_database.h> |