Removed unused bad method.

This commit is contained in:
flash 2025-04-12 22:00:43 +00:00
parent 556a8cb51d
commit fbcdbdb9e8
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -244,14 +244,6 @@ const MamiSidebarPanelUsers = function() {
button.element.append(<i class="fas fa-users sidebar-gutter-font-icon"/>);
},
// this method is cope (used for KFE exclusive please don't use it elsewhere cuz it will get nuked)
getAllUserNames: () => {
const names = [];
for(const [id, entry] of entries)
names.push(entry.name);
return names;
},
createEntry: info => {
if(entries.has(info.id))
throw 'this user has already been inserted';