diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-22 11:10:36 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-22 11:10:36 +0000 |
commit | 045c7c960ab796307f494c1c4f14ee472801d7c5 (patch) | |
tree | 05d297a309277e22946250df65c0985e344d044a /protocols/FacebookRM/src/constants.h | |
parent | 77627d30234c5f94d8a59a837fabeb969209f6b2 (diff) |
Facebook: Option to share status with "Friends of friends". Updated readme.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b66bf6aaac..e15b52b6bb 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -146,6 +146,7 @@ static const ttype server_types[] = { // Status privacy types
static const ttype privacy_types[] = {
{ LPGEN("For everyone"), "80" },
+ { LPGEN("For friends of friends"), "111&audience[0][custom_value]=50" },
{ LPGEN("For friends"), "40" },
{ LPGEN("Only for me"), "10" },
};
\ No newline at end of file |