Remove delay used in testing
This commit is contained in:
@@ -167,7 +167,7 @@ class FlairStore extends EventEmitter {
|
|||||||
|
|
||||||
// No request yet, start one
|
// No request yet, start one
|
||||||
console.log('FlairStore: Request group profile of ' + groupId);
|
console.log('FlairStore: Request group profile of ' + groupId);
|
||||||
this._groupProfilesPromise[groupId] = matrixClient.getGroupProfile(groupId).delay(5000);
|
this._groupProfilesPromise[groupId] = matrixClient.getGroupProfile(groupId);
|
||||||
|
|
||||||
let profile;
|
let profile;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user