1
0

WebFinger documentation clarifications

This commit is contained in:
Alexander Tumin
2022-01-29 23:17:06 +03:00
parent 766d1b7f93
commit 7baa240841
@@ -52,5 +52,8 @@ Some BEs and FEs may still use AP id instead of account subject to present user
### Warnings
Change `host` in `Pleroma.Web.Endpoint` with caution, it may result in local accounts being duplicated on remote instances,
which will affect federation.
Change `host` in `Pleroma.Web.Endpoint` and `domain` in `Pleroma.Web.WebFinger` with caution, it will likely result in
local accounts being duplicated on remote instances, which will affect federation and users reachability.
Webfinger results are generally cached by server implementations and may only be requested once (on first account encounter)
or with set rate limit depending on the implementation.