mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-02 09:11:47 +01:00
Revert 3f0c948387ea9a1928dc18e368a9929799b70749
...as hopefully this should work now sanitize-html is fixed?
This commit is contained in:
parent
3f0c948387
commit
d25fc9d9fb
@ -147,7 +147,7 @@ class GroupStore extends EventEmitter {
|
|||||||
return;
|
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);
|
this.emit('error', err, groupId);
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
// Indicate finished request, allow for future fetches
|
// Indicate finished request, allow for future fetches
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user