Conversion from personal to tagged node is reversible

This commit is contained in:
Florian Preinstorfer
2026-01-24 13:29:31 +01:00
committed by nblock
parent 04b4071888
commit 49b70db7f2

View File

@@ -63,6 +63,6 @@ func logTagOperation(existingNode types.NodeView, newTags []string) {
Str("node.name", existingNode.Hostname()).
Uint("created.by.user", userID).
Strs("new.tags", newTags).
Msg("Converting user-owned node to tagged node (irreversible)")
Msg("Converting user-owned node to tagged node")
}
}