]> git.mxchange.org Git - friendica.git/commit
Use "author_handle" for the author handle extracted from Diaspora XML messages
authorMichael <heluecht@pirati.ca>
Sat, 28 Aug 2021 08:42:20 +0000 (08:42 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 5 Dec 2022 05:00:49 +0000 (00:00 -0500)
commitace80ca1b45e88d2120633914502f597ed8468ef
treefef0d5f62081dd869d8ad809b956b171c00e5ee9
parentd5e005f90dd81ec4da8cab33c3473b8f74d5b1a8
Use "author_handle" for the author handle extracted from Diaspora XML messages

- We have structured data under the variable name "author"
- Remove unused $uid parameter from Diaspora::storeByGuid
- Convert $person parameter to just its URL in Diaspora::authorContactByUrl
- Flip parameters in getUriFromGuid to get rid of $onlyfound
src/Protocol/Diaspora.php
src/Protocol/WebFingerUri.php [new file with mode: 0644]
tests/src/Protocol/WebFingerUriTest.php [new file with mode: 0644]