chiark / gitweb /
bundles: Call updated() when clearing bundles
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 18:02:03 +0000 (19:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 18:03:33 +0000 (19:03 +0100)
Oops!

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bundles.rs

index 6dd2d8a13d46647b2f2aee6d23af3403ce1c1966..aa31dbd06def097940a72a19e4865ff843b6f6eb 100644 (file)
@@ -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>(())
     })()?;
   }