3
0
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:
Shivaram Lingamneni 2025-06-22 13:59:36 -04:00
parent 73e51333ad
commit cca400de73

View File

@ -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
}