aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'facebook/facebook.c')
-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);