mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Revert 3f0c948387
...as hopefully this should work now sanitize-html is fixed?
This commit is contained in:
parent
3f0c948387
commit
d25fc9d9fb
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class GroupStore extends EventEmitter {
|
|||
return;
|
||||
}
|
||||
|
||||
console.error(`Failed to get resource ${stateKey} for ${groupId}`, err.stack);
|
||||
console.error(`Failed to get resource ${stateKey} for ${groupId}`, err);
|
||||
this.emit('error', err, groupId);
|
||||
}).finally(() => {
|
||||
// Indicate finished request, allow for future fetches
|
||||
|
|
Loading…
Reference in a new issue