huskies: merge 961
This commit is contained in:
@@ -283,7 +283,7 @@ pub fn evict_item(story_id: &str) -> Result<(), String> {
|
||||
// Drop the content-store entry so the cached body doesn't outlive the
|
||||
// CRDT entry. (Bug 521 follow-up: when CONTENT_STORE becomes a true
|
||||
// lazy cache, this explicit eviction can go away.)
|
||||
crate::db::delete_content(story_id);
|
||||
crate::db::delete_content(crate::db::ContentKey::Story(story_id));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user