]> git.mxchange.org Git - friendica.git/commit
Distinguish between public and private contact in contact actions
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 5 Sep 2021 18:52:04 +0000 (14:52 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 6 Sep 2021 15:50:46 +0000 (11:50 -0400)
commitd20b53607d8c71f9dfc78d6151ade21dcd1da3b0
tree06613df467c3ed8319c59f8b0ff3de7f0ce1f202
parent5262843e63ae734c2df3ae54491cb816afe20cc0
Distinguish between public and private contact in contact actions

- Block and ignore is done relating to a public contact (uid = 0)
- Update and drop is done relating to a private contact (uid !=0)
- Method documentation has been improved to precise the contact type it needs
- Public and private contact ids are retrieved before acting on contacts
src/Module/Contact.php