feat(multiverse): enable automatic back pagination in multiverse
This commit is contained in:
@@ -153,6 +153,7 @@ async fn main() -> Result<()> {
|
||||
});
|
||||
|
||||
let event_cache = client.event_cache();
|
||||
event_cache.config_mut().experimental_auto_backpagination = true;
|
||||
event_cache.subscribe()?;
|
||||
|
||||
let terminal = ratatui::init();
|
||||
|
||||
Reference in New Issue
Block a user