diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-05 19:26:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-05 19:26:39 +0300 |
commit | 9c960060136f193ff4f336adcd2c4fac7b604547 (patch) | |
tree | 896cb64e78ca95febafa5b04695ae8d11bd87499 | |
parent | ba49b7d5d231cfb886b2fa9ee838d32bcb0a59ab (diff) |
ICQ cannot wipe history on another side
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index a5548ddb82..43a0e7a205 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -529,7 +529,7 @@ INT_PTR CIcqProto::GetCaps(int type, MCONTACT) case PFLAGNUM_4:
nReturn = PF4_FORCEAUTH | PF4_SUPPORTIDLE | PF4_OFFLINEFILES | PF4_IMSENDOFFLINE | PF4_SUPPORTTYPING |
- PF4_AVATARS | PF4_SERVERMSGID | PF4_READNOTIFY | PF4_REPLY | PF4_DELETEFORALL;
+ PF4_AVATARS | PF4_SERVERMSGID | PF4_READNOTIFY | PF4_REPLY;
break;
case PFLAG_UNIQUEIDTEXT:
|