mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Centralized gsid generation
This commit is contained in:
parent
a77b7793a8
commit
e27915a819
3 changed files with 10 additions and 14 deletions
|
@ -171,6 +171,7 @@ class ActivityPub
|
|||
$profile['poll'] = $apcontact['outbox'];
|
||||
$profile['pubkey'] = $apcontact['pubkey'];
|
||||
$profile['baseurl'] = $apcontact['baseurl'];
|
||||
$profile['gsid'] = $apcontact['gsid'];
|
||||
|
||||
// Remove all "null" fields
|
||||
foreach ($profile as $field => $content) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue