mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
@@ -250,7 +250,7 @@
|
||||
}
|
||||
var initials = title.trim()[0];
|
||||
return {
|
||||
color: Math.abs(this.hashCode()) % 18,
|
||||
color: Math.abs(this.hashCode()) % 15,
|
||||
content: initials
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user