mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Merge branch 'develop' into phpstan-level-3
This commit is contained in:
commit
d6b072477d
29 changed files with 763 additions and 165 deletions
|
@ -72,7 +72,7 @@ class Processor
|
|||
public function processIdentity(stdClass $data)
|
||||
{
|
||||
$fields = [
|
||||
'alias' => ATProtocol::WEB . '/profile/' . $data->identity->handle,
|
||||
'alias' => ATProtocol::WEB . '/profile/' . $data->identity->did,
|
||||
'nick' => $data->identity->handle,
|
||||
'addr' => $data->identity->handle,
|
||||
'updated' => DateTimeFormat::utc($data->identity->time, DateTimeFormat::MYSQL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue