Added doc_name to Registry.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2026-02-14 12:34:19 -05:00
parent 62335d8682
commit 1a06794265
4 changed files with 32 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ impl MessageAction for MsgAction {
Self::OnUpdate(data) => data.doc_name(),
Self::Query(data) => data.doc_name(),
Self::Records(data) => data.doc_name(),
Self::Register(data) => data.doc_name(),
_ => &NameType::None,
}
}