Improved description
This commit is contained in:
parent
1a0b63659b
commit
ebd175872d
|
@ -97,8 +97,8 @@ class Contact
|
|||
* @{
|
||||
*/
|
||||
const NOTHING = 0; // There is no relationship between the contact and the user
|
||||
const FOLLOWER = 1; // The contact is following this user
|
||||
const SHARING = 2; // The contact shares their content with this user
|
||||
const FOLLOWER = 1; // The contact is following this user (the contact is the subscriber)
|
||||
const SHARING = 2; // The contact shares their content with this user (the user is the subscriber)
|
||||
const FRIEND = 3; // There is a mutual relationship between the contact and the user
|
||||
const SELF = 4; // This is the user theirself
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user