mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
It should be now valid
This commit is contained in:
parent
c0669d365b
commit
2c7fd1cb3c
2 changed files with 25 additions and 8 deletions
|
@ -2242,7 +2242,7 @@ class diaspora {
|
|||
*
|
||||
* @return string the handle in the format user@domain.tld
|
||||
*/
|
||||
private function my_handle($contact) {
|
||||
function my_handle($contact) {
|
||||
if ($contact["addr"] != "")
|
||||
return $contact["addr"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue