Enable facebook_manage_friends, so that we can actually manage friends lists. Fixes #13404.
1.1 --- a/Plugins/Purple Service/PurpleFacebookAccount.m Thu Nov 26 19:47:14 2009 -0500
1.2 +++ b/Plugins/Purple Service/PurpleFacebookAccount.m Fri Nov 27 13:11:03 2009 -0500
1.3 @@ -37,7 +37,11 @@
1.4 // We do our own history; don't let the server's history get displayed as new messages
1.5 purple_account_set_bool(account, "facebook_show_history", FALSE);
1.6
1.7 + // Use friends list as groups.
1.8 purple_account_set_bool(account, "facebook_use_groups", TRUE);
1.9 +
1.10 + // Allow for moving through libpurple
1.11 + purple_account_set_bool(account, "facebook_manage_friends", TRUE);
1.12 }
1.13
1.14 - (NSString *)host