mirror of
https://github.com/ergochat/ergo.git
synced 2025-07-19 03:47:31 +02:00
fix: actually broadcast prereg updates to subscribers
Missed in #2281, needs a test presumably :-)
This commit is contained in:
parent
73e51333ad
commit
cca400de73
@ -1000,6 +1000,7 @@ func (client *Client) UpdateMetadataFromPrereg(preregData map[string]string, lim
|
||||
return // we know this is a new key
|
||||
}
|
||||
client.metadata[k] = v
|
||||
updates[k] = v
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user