Use "rel" for "self" instead of using a separate field

This commit is contained in:
Michael
2021-09-12 19:04:27 +00:00
parent 19c3e55ca8
commit 3eea4b1130
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ class Contact
const FOLLOWER = 1;
const SHARING = 2;
const FRIEND = 3;
const SELF = 4;
/**
* @}
*/