Enable facebook_manage_friends, so that we can actually manage friends lists. Fixes #13404.
authorZachary West <zacw@adium.im>
Fri Nov 27 13:11:03 2009 -0500 (2009-11-27)
changeset 2832c2a6b90a5b53
parent 2831 fa096eef7c0f
child 2833 fbb560e54233
Enable facebook_manage_friends, so that we can actually manage friends lists. Fixes #13404.
Plugins/Purple Service/PurpleFacebookAccount.m
     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