From: Ian Jackson Date: Fri, 21 May 2021 18:02:03 +0000 (+0100) Subject: bundles: Call updated() when clearing bundles X-Git-Tag: otter-0.6.0~102 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d07caf481994722868df6aba32c29023f4c6fc3;p=otter.git bundles: Call updated() when clearing bundles Oops! Signed-off-by: Ian Jackson --- diff --git a/src/bundles.rs b/src/bundles.rs index 6dd2d8a1..aa31dbd0 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -1185,6 +1185,8 @@ impl InstanceBundles { // Prevent old, removed, players from accessing any new bundles. ig.asset_url_key = new_asset_key; + self.updated(ig); + Ok::<_,IE>(()) })()?; }