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