mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix admin lists
This commit is contained in:
parent
71d13d482b
commit
b83f8e8fb9
@ -8,7 +8,7 @@ class App {
|
||||
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) {
|
||||
return this.data.promises.getUser[userId];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user