diff options
author | jgeboski <jgeboski@gmail.com> | 2015-01-27 21:48:34 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-01-30 16:54:26 -0500 |
commit | 94a6b060d56657b830f17b4f9f5d515b69c9effc (patch) | |
tree | 7a7726866816bf62e30b278781e39e333a3f9182 /facebook/facebook-api.h | |
parent | 803b1b68b29cf6b6a0ae01265a69c098f99d1654 (diff) | |
download | bitlbee-facebook-94a6b060d56657b830f17b4f9f5d515b69c9effc.tar.gz bitlbee-facebook-94a6b060d56657b830f17b4f9f5d515b69c9effc.tar.bz2 bitlbee-facebook-94a6b060d56657b830f17b4f9f5d515b69c9effc.tar.xz |
Revert "Implemented message sending queue"
This reverts 68c46dd. While the sending queue attempted to ensure each
message was sent in order, it also lead to a significant delay in the
sending of messages. This is due in part to Facebook taking upwards of
a minute or more to reply to a message being sent. Moreover, the queue
is not really needed unless messages are being spammed.
Diffstat (limited to 'facebook/facebook-api.h')
-rw-r--r-- | facebook/facebook-api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 3080125..ef1f66a 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -225,7 +225,6 @@ struct fb_api fb_http_t *http; /** The #fb_http. **/ fb_mqtt_t *mqtt; /** The #fb_mqtt. **/ GError *err; /** The #GError or NULL. **/ - GQueue *msgs; /** The #GQueue of raw messages. **/ fb_id_t uid; /** The The #fb_id of the user. **/ gchar *token; /** The session token. **/ |