mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
add todo
This commit is contained in:
parent
9f2c82e152
commit
9898f38de6
1 changed files with 1 additions and 1 deletions
2
client/js/types.d.ts
vendored
2
client/js/types.d.ts
vendored
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue