(targetUuid: UUID)
| 1470 | * Used when a tombstone is received for an orphaned message. |
| 1471 | */ |
| 1472 | export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> { |
| 1473 | await getProject().removeMessageByUuid(targetUuid) |
| 1474 | } |
| 1475 | |
| 1476 | export async function recordFileHistorySnapshot( |
| 1477 | messageId: UUID, |
no test coverage detected