mirror of https://github.com/xwiki-labs/cryptpad
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