mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 08:41:48 +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;
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user