(targetUuid: UUID)
| 1628 | * Used when a tombstone is received for an orphaned message. |
| 1629 | */ |
| 1630 | export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> { |
| 1631 | await getProject().removeMessageByUuid(targetUuid) |
| 1632 | } |
| 1633 | |
| 1634 | export async function recordFileHistorySnapshot( |
| 1635 | messageId: UUID, |
no test coverage detected