This commit is contained in:
Reto Brunner 2024-04-14 00:56:44 +02:00
parent 9f2c82e152
commit 9898f38de6

View file

@ -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;
};