mirror of
https://github.com/ergochat/ergo.git
synced 2025-11-22 09:07:23 +01: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
|
return // we know this is a new key
|
||||||
}
|
}
|
||||||
client.metadata[k] = v
|
client.metadata[k] = v
|
||||||
|
updates[k] = v
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user