mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 🔥 Remove Server Actors
This commit is contained in:
parent
c1e94ce128
commit
c074e6e38e
7 changed files with 28 additions and 11 deletions
|
|
@ -82,4 +82,4 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
|
|||
When serialized to a string, the JSON representation of an entity should follow the following rules:
|
||||
- Keys must be sorted lexicographically.
|
||||
- Should use UTF-8 encoding.
|
||||
- Must be **signed** using the relevant [User](/entities/user)'s private key, or the [Server Actor](/entities/server-actor)'s private key if the entity is not associated with a particular user.
|
||||
- Must be **signed** using the relevant [User](/entities/user)'s private key, or the [instance's private key](/entities/server-metadata) if the entity is not associated with a particular user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue