mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
improve english ..
This commit is contained in:
parent
2c55c0252f
commit
e1f27a950c
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ Still in discussion
|
|||
|
||||
## Context
|
||||
|
||||
While implementing federation we have to represent federated persons to a local instance.
|
||||
While implementing federation we have to represent federated persons on a local instance.
|
||||
|
||||
A federated person should be able to execute local actions (as it was a local user) without too many code changes.
|
||||
A federated person should be able to execute local actions (as if he was a local user), ideally without too many code changes.
|
||||
|
||||
For being able to map the federated person reliable, the local representation has to carry a clear mapping to the original federated person.
|
||||
|
||||
We get actor information as `{"actor": "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1",}`. Find out whether this user is available locally without dereference the federated person is important for performance & system resilience.
|
||||
We get actor information as `{"actor": "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1",}`. To find out whether this user is available locally without dereference the federated person every time is important for performance & system resilience.
|
||||
|
||||
## Decision
|
||||
|
||||
|
|
Loading…
Reference in a new issue