mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-27 14:21:35 +00:00
Fix admin lists
This commit is contained in:
@@ -8,7 +8,7 @@ class App {
|
|||||||
this.socket.on('PATCH', (patch) => {this.onPatch(patch);});
|
this.socket.on('PATCH', (patch) => {this.onPatch(patch);});
|
||||||
}
|
}
|
||||||
|
|
||||||
getUser(userId, backrefs=false, relationships=false) {
|
getUser(userId, backrefs=true, relationships=true) {
|
||||||
if (userId in this.data.promises.getUser) {
|
if (userId in this.data.promises.getUser) {
|
||||||
return this.data.promises.getUser[userId];
|
return this.data.promises.getUser[userId];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user