mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Log an error to get group profile data
This commit is contained in:
parent
3947a72d1b
commit
479e88cff7
@ -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 New Issue
Block a user