aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-01-28 15:49:06 -0500
committerjgeboski <jgeboski@gmail.com>2015-01-30 16:54:26 -0500
commit4dd365409a760cc76ce189075ee0dac5d0fb549a (patch)
tree0403c7c52361eb86f0fb00dbd2cb40db92c8c8b0
parent94a6b060d56657b830f17b4f9f5d515b69c9effc (diff)
downloadbitlbee-facebook-4dd365409a760cc76ce189075ee0dac5d0fb549a.tar.gz
bitlbee-facebook-4dd365409a760cc76ce189075ee0dac5d0fb549a.tar.bz2
bitlbee-facebook-4dd365409a760cc76ce189075ee0dac5d0fb549a.tar.xz
Migrated from OPT to BEE_USER flags
The compatibility flags of BEE_USER provided by OPT flags should not be used as they are deprecated.
-rw-r--r--facebook/facebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/facebook.c b/facebook/facebook.c
index af85025..3563653 100644
--- a/facebook/facebook.c
+++ b/facebook/facebook.c
@@ -149,7 +149,7 @@ static void fb_cb_api_presence(fb_api_t *api, GSList *press, gpointer data)
flags = 0;
if (pres->active)
- flags |= OPT_LOGGED_IN;
+ flags |= BEE_USER_ONLINE;
FB_ID_TO_STR(pres->uid, uid);
imcb_buddy_status(fata->ic, uid, flags, NULL, NULL);