(overrides: Partial<ChatEvent<"caught-up">> = {})
| 447 | } |
| 448 | |
| 449 | const caughtUpEvent = (overrides: Partial<ChatEvent<"caught-up">> = {}): WorkspaceChatMessage => ({ |
| 450 | type: "caught-up", |
| 451 | ...overrides, |
| 452 | }); |
| 453 | |
| 454 | const sinceCaughtUpEvent = ( |
| 455 | historySequence = 1, |
no outgoing calls
no test coverage detected