Show telemetry inline

This commit is contained in:
Jack Kingsman
2026-04-04 14:29:31 -07:00
parent 9ebf63491c
commit ad83bc7979
2 changed files with 70 additions and 20 deletions
-1
View File
@@ -26,7 +26,6 @@ export interface HashtagChannelReference {
end: number;
}
export function findLinkedChannelReferences(text: string): HashtagChannelReference[] {
const references: HashtagChannelReference[] = [];
let match: RegExpExecArray | null;