Change User

This commit is contained in:
mr
2026-01-28 17:30:39 +01:00
parent e650ad479d
commit c6bbeeecbc
9 changed files with 28 additions and 53 deletions

View File

@@ -101,10 +101,9 @@ func (o *ResourceController) SearchDecentralized() {
"search": search,
"type": t,
})
infrastructure.EmitNATS(tools.PropalgationMessage{
infrastructure.EmitNATS(user, tools.PropalgationMessage{
Action: tools.PB_SEARCH,
DataType: -1,
User: user,
Payload: b,
})
if err != nil {