mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-25 18:55:33 -05:00
fix: this. this. this.userMap - remove this.
This commit is contained in:
@@ -223,8 +223,8 @@ function setName(pid, name) {
|
||||
if (!pid || !name) {
|
||||
return;
|
||||
}
|
||||
this.userMap.delete(pid);
|
||||
this.userMap.set(pid, name.replace(/[\u{0080}-\u{FFFF}]/gu, '').replace(/\u202e/g, ''));
|
||||
userMap.delete(pid);
|
||||
userMap.set(pid, name.replace(/[\u{0080}-\u{FFFF}]/gu, '').replace(/\u202e/g, ''));
|
||||
}
|
||||
|
||||
function updateCommunityHash(community) {
|
||||
|
||||
Reference in New Issue
Block a user