timestamping chat viewed timestamp when closing the header team chat

This commit is contained in:
Carter 2025-10-29 10:50:41 -06:00
parent 61ea77846c
commit 49e8160ccf
3 changed files with 25 additions and 2 deletions

View file

@ -75,7 +75,7 @@ export default function ChatMessage(props: Props) {
return mappedPerm; // Return null for invalid keys
}).filter(Boolean); // Optionally filter out any null values
} else {
console.error("data.permissions is not an array or does not exist");
// console.error("data.permissions is not an array or does not exist");
perms = [];
}
return perms