From d65cd5a17a73a95db96504d53d6d4d61b8f616f9 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Mon, 12 Feb 2024 10:55:00 +0100 Subject: [PATCH] ActorID gets source type from NodeInfo --- docs/unsure-where-to-put/federation-architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/unsure-where-to-put/federation-architecture.md b/docs/unsure-where-to-put/federation-architecture.md index 6d4d2c7a4b..271b87de3b 100644 --- a/docs/unsure-where-to-put/federation-architecture.md +++ b/docs/unsure-where-to-put/federation-architecture.md @@ -44,6 +44,7 @@ classDiagram Path string Host string Port string + Source string UnvalidatedInput string Validate() []string }