diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-24 16:08:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-24 16:08:11 +0300 |
commit | cf30319150edb0d5b49b05078817725c629320ba (patch) | |
tree | 8d3fe712d532a4f2b3513fc316fd25fe0ba74806 /include | |
parent | 660b4e02d4bef4f7ac953689ce00d727bf9bacbd (diff) |
PS_EMPTY_SRV_HISTORY implementation for Telegram
Diffstat (limited to 'include')
-rw-r--r-- | include/m_history.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/m_history.h b/include/m_history.h index a64a975119..c63b63d621 100644 --- a/include/m_history.h +++ b/include/m_history.h @@ -41,12 +41,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MS_HISTORY_EMPTY "History/EmptyHistory"
-/////////////////////////////////////////////////////////////////////////////////////////
-// Event called when someone gonna wipe contact's history
-// wParam = (MCONTACT)hContact
-// hContact can be NULL to wipe system history
-// returns 0 if the core should wipe local history or any other value to cancel wiping
-
-#define ME_HISTORY_EMPTY "History/OnEmptyHistory"
-
#endif // M_HISTORY_H__
|