chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b467748
)
bundles: Call updated() when clearing bundles
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 18:02:03 +0000
(19:02 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/bundles.rs
b/src/bundles.rs
index 6dd2d8a13d46647b2f2aee6d23af3403ce1c1966..aa31dbd06def097940a72a19e4865ff843b6f6eb 100644
(file)
--- 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>(())
})()?;
}