Remove unnecessary files

This commit is contained in:
Koper
2023-12-04 21:57:30 +07:00
parent de72d43301
commit a27220ea37
3452 changed files with 4 additions and 2262142 deletions

View File

@@ -54,7 +54,7 @@ export function getZulipMessage(
const domain = window.location.origin; // Gives you "http://localhost:3000" or your deployment base URL
const link = `${domain}/transcripts/${transcript.id}`;
let headerText = `# Reflector ${transcript.title}
let headerText = `# Reflector ${transcript.title ?? "Unnamed recording"}
**Date**: <time:${dateTimeString}>
**Link**: [${extractDomain(link)}](${link})