mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Log an error to get group profile data
This commit is contained in:
parent
3947a72d1b
commit
479e88cff7
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ class FlairStore {
|
|||
try {
|
||||
profile = await this._groupProfilesPromise[groupId];
|
||||
} catch (e) {
|
||||
console.log('Failed to get group profile for ' + groupId, e);
|
||||
// Don't retry, but allow a retry when the profile is next requested
|
||||
delete this._groupProfilesPromise[groupId];
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue