diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-10 15:28:20 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-10 15:28:20 +0300 |
commit | b58bd0a705dba9a32e4db1420e2d615c6ee6bd41 (patch) | |
tree | 5924c1355288a80575a7caf64849b1846ebec194 /protocols/SkypeWeb/src/skype_utils.h | |
parent | 9d98fd2380b5e8bc66ab599e896cee5ad2ec7d58 (diff) |
fixes #4830 (SkypeWeb: редактированное своё сообщение приходит как новое)
Diffstat (limited to 'protocols/SkypeWeb/src/skype_utils.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_utils.h b/protocols/SkypeWeb/src/skype_utils.h index feef9b8883..ee80c82c8c 100644 --- a/protocols/SkypeWeb/src/skype_utils.h +++ b/protocols/SkypeWeb/src/skype_utils.h @@ -35,6 +35,9 @@ CMStringW UrlToSkypeId(const wchar_t *url, int *pUserType = nullptr); int getMoodIndex(const char *pszMood);
+int64_t getRandomId();
+CMStringA getMessageId(const JSONNode &node);
+
class EventHandle
{
HANDLE _hEvent;
|