From 9898f38de617c41e36bad989a2bd0980b5985d55 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 14 Apr 2024 00:56:44 +0200 Subject: [PATCH] add todo --- client/js/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/types.d.ts b/client/js/types.d.ts index f1883435..6cbb45dc 100644 --- a/client/js/types.d.ts +++ b/client/js/types.d.ts @@ -55,7 +55,7 @@ type NetChan = { }; type ClientMention = SharedMention & { - localetime: string; + localetime: string; // TODO: this needs to go the way of the dodo, nothing but a single component uses it channel: NetChan | null; };