Generate color hashes for comment authors

This commit is contained in:
2025-01-05 20:36:38 -05:00
parent 1f5889dc39
commit ec5bb4a4a8
4 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ export type ThreadUser = {
name: string,
mailId: string,
domainId: string,
color: string,
}
export type ThreadComment = {