mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
add the next todo
This commit is contained in:
parent
7d30d14c76
commit
40ec049013
|
@ -218,6 +218,8 @@ func createFederationInfo(ctx *context.APIContext, actorID forgefed.ActorID) (fo
|
|||
if err != nil {
|
||||
return forgefed.FederationInfo{}, err
|
||||
}
|
||||
// TODO: introduce a NewFederationInfo factory method here.
|
||||
// it should convert host to lower-case.
|
||||
result := forgefed.FederationInfo{
|
||||
HostFqdn: actorID.Host,
|
||||
NodeInfo: nodeInfo,
|
||||
|
|
Loading…
Reference in a new issue