mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
Add ActivityPub related fields to the "uri" function
This commit is contained in:
parent
8146ff1505
commit
d1435bef61
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Probe
|
|||
$fields = ["name", "nick", "guid", "url", "addr", "alias", "photo",
|
||||
"account-type", "community", "keywords", "location", "about",
|
||||
"batch", "notify", "poll", "request", "confirm", "poco",
|
||||
"following", "followers", "inbox", "outbox", "sharedinbox",
|
||||
"priority", "network", "pubkey", "baseurl"];
|
||||
|
||||
$newdata = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue