summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/requests/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/src/requests/channel.h')
-rw-r--r--protocols/FacebookRM/src/requests/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/requests/channel.h b/protocols/FacebookRM/src/requests/channel.h
index 03f36241df..3e05e2c747 100644
--- a/protocols/FacebookRM/src/requests/channel.h
+++ b/protocols/FacebookRM/src/requests/channel.h
@@ -37,6 +37,7 @@ public:
{
if (type == PULL) {
timeout = 65 * 1000;
+ Persistent = CHANNEL;
}
bool isPing = (type == PING);