diff options
| author | 2022-09-19 23:42:08 +0100 | |
|---|---|---|
| committer | 2022-09-19 23:42:08 +0100 | |
| commit | b6de89b4d270a6e652639d7dcb9f0f98d457daec (patch) | |
| tree | 1d0c5bb62770346c1997916c1d120074d91f5e89 /src/modules/m_spanningtree/num.cpp | |
| parent | Fix not adding tags when converting a Numeric to a Message. (diff) | |
Fix forwarding tags when sending a numeric to a remote user.
Diffstat (limited to 'src/modules/m_spanningtree/num.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/num.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/num.cpp b/src/modules/m_spanningtree/num.cpp index 2d7c484e1..c00c720e6 100644 --- a/src/modules/m_spanningtree/num.cpp +++ b/src/modules/m_spanningtree/num.cpp @@ -60,4 +60,5 @@ CommandNum::Builder::Builder(SpanningTree::RemoteUser* target, const Numeric::Nu push(*i); push_last(params.back()); } + push_tags(params.GetTags()); } |
