mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 02:02:26 -05:00
work on validating incoming fed requests
This commit is contained in:
parent
e3005dc341
commit
2ed1e36ee0
9 changed files with 336 additions and 15 deletions
|
|
@ -465,6 +465,7 @@ func (ps *postgresService) NewSignup(username string, reason string, requireAppr
|
|||
URL: newAccountURIs.UserURL,
|
||||
PrivateKey: key,
|
||||
PublicKey: &key.PublicKey,
|
||||
PublicKeyURI: newAccountURIs.PublicKeyURI,
|
||||
ActorType: gtsmodel.ActivityStreamsPerson,
|
||||
URI: newAccountURIs.UserURI,
|
||||
InboxURL: newAccountURIs.InboxURI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue