mirror of
https://github.com/friendica/friendica
synced 2024-11-10 12:22:53 +00:00
And some more doc stuff
This commit is contained in:
parent
b198e73ef0
commit
ce603cbb49
1 changed files with 4 additions and 2 deletions
|
@ -737,7 +737,7 @@ class diaspora {
|
|||
* @param string $handle The checked handle in the format user@domain.tld
|
||||
* @param bool $is_comment Is the check for a comment?
|
||||
*
|
||||
* @return bool is posting allowed?
|
||||
* @return array The contact data
|
||||
*/
|
||||
private function allowed_contact_by_handle($importer, $handle, $is_comment = false) {
|
||||
$contact = self::contact_by_handle($importer["uid"], $handle);
|
||||
|
@ -931,7 +931,9 @@ class diaspora {
|
|||
* @param array $person The record of the person
|
||||
* @param int $uid The user id
|
||||
*
|
||||
* @return array of contact id and network type
|
||||
* @return array
|
||||
* 'cid' => contact id
|
||||
* 'network' => network type
|
||||
*/
|
||||
private function author_contact_by_url($contact, $person, $uid) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue