(targetUuid: UUID)
| 1507 | * Used when a tombstone is received for an orphaned message. |
| 1508 | */ |
| 1509 | export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> { |
| 1510 | await getProject().removeMessageByUuid(targetUuid) |
| 1511 | } |
| 1512 | |
| 1513 | export async function recordFileHistorySnapshot( |
| 1514 | messageId: UUID, |
no test coverage detected