From: Michael Date: Tue, 25 Oct 2022 08:45:41 +0000 (+0000) Subject: Improved description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ebd175872d6b6a01ee59da7e54d0acf6a08aee89;p=friendica.git Improved description --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 4f0211072f..8da42dc5a3 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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 /**