Use CSS class for coloring

This commit is contained in:
Cohee
2023-08-20 19:09:19 +03:00
parent a27bef8b12
commit 6e6eb8f61e
3 changed files with 26 additions and 19 deletions

View File

@ -371,7 +371,6 @@ function updateGroupAvatar(group) {
// check if isDataURLor if it's a valid local file url
function isValidImageUrl(url) {
console.trace(url);
// check if empty dict
if (Object.keys(url).length === 0) {
return false;