diff options
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 628e5e6895..3ce1fdb01a 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -159,8 +159,9 @@ 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" },
+ { LPGEN("Public"), "80" },
+ { LPGEN("Friends of friends"), "111&audience[0][custom_value]=50" },
+ { LPGEN("Friends"), "40" },
+ { LPGEN("Friends except acquaintances"), "127" },
+ { LPGEN("Only me"), "10" },
};
\ No newline at end of file |