mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
fix: actually broadcast prereg updates to subscribers
Missed in #2281, needs a test presumably :-)
This commit is contained in:
parent
73e51333ad
commit
cca400de73
1 changed files with 1 additions and 0 deletions
|
|
@ -1000,6 +1000,7 @@ func (client *Client) UpdateMetadataFromPrereg(preregData map[string]string, lim
|
||||||
return // we know this is a new key
|
return // we know this is a new key
|
||||||
}
|
}
|
||||||
client.metadata[k] = v
|
client.metadata[k] = v
|
||||||
|
updates[k] = v
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue