mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'generated-avatars-display-on-two-lines' of https://github.com/cryptpad/cryptpad into generated-avatars-display-on-two-lines
This commit is contained in:
commit
e249003247
@ -128,7 +128,6 @@ define([
|
||||
var getPrettyInitials = MT.getPrettyInitials = function (name) {
|
||||
let matches = name.match(emojiWithZWJRegex);
|
||||
if (matches && name.startsWith(matches[0])) {
|
||||
console.log(matches)
|
||||
return matches[0];
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user