(commit: StreamCommit, after?: LocalReplayAnchor)
| 365 | }) |
| 366 | const footer = shell.footer |
| 367 | const rememberLocal = (commit: StreamCommit, after?: LocalReplayAnchor) => { |
| 368 | state.localRows = [...state.localRows, { commit, after }].slice(-LOCAL_REPLAY_ROW_LIMIT) |
| 369 | } |
| 370 | |
| 371 | const loadCatalog = async (): Promise<void> => { |
| 372 | if (footer.isClosed) { |