Skip to content

Commit

Permalink
fix: correct inaccurate descriptions in the extended feed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Dec 5, 2024
1 parent cff7c7e commit 64bfc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class RssAutoConfiguration {
}

@Async
@EventListener({MomentUpdatedEvent.class, MomentDeletedEvent.class, ContextClosedEvent.class})
@EventListener({MomentUpdatedEvent.class, MomentDeletedEvent.class})
public void onMomentUpdatedOrDeleted() {
var rule = CacheClearRule.forExact("/feed/moments/rss.xml");
var event = RssCacheClearRequested.forRule(this, rule);
Expand Down

0 comments on commit 64bfc48

Please sign in to comment.