This commit is contained in:
Natsumi
2025-04-28 20:19:20 +10:00
parent 00fd2e6322
commit 53eee91d21
4 changed files with 20 additions and 7 deletions

View File

@@ -532,6 +532,10 @@ console.log(`isLinux: ${LINUX}`);
API.$on('USER:LIST', function (args) {
for (var json of args.json) {
if (!json.displayName) {
console.error('getUsers gave us garbage', json);
continue;
}
this.$emit('USER', {
json,
params: {