diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-08 22:26:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-08 22:26:42 +0300 |
commit | c9c758098feed5ad2e9f5fe46c9ec9d8057c53ed (patch) | |
tree | d874f13f72b06a780d7453afe8ce34eabbec8e92 /protocols/FacebookRM/src/entities.h | |
parent | 1e5ae8efefc6f50082c1c1734c763aab2fb1b7f5 (diff) |
fix for wrong url encoded request's body
Diffstat (limited to 'protocols/FacebookRM/src/entities.h')
-rw-r--r-- | protocols/FacebookRM/src/entities.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/entities.h b/protocols/FacebookRM/src/entities.h index 3fd692a88d..e1f9b69faa 100644 --- a/protocols/FacebookRM/src/entities.h +++ b/protocols/FacebookRM/src/entities.h @@ -91,7 +91,6 @@ struct facebook_chatroom bool is_archived = false; bool is_subscribed = true; bool read_only = false; - int64_t tmp_msgid = 0; facebook_chatroom(std::string _thread_id) : thread_id(_thread_id) |