mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
New client footer (#8954)
* Minor footer style fixes * Added initial gem modal * Fixed some heroe stuff. * Preventing system member loading * Added social delete
This commit is contained in:
@@ -166,7 +166,8 @@ export default {
|
||||
|
||||
this.messages.forEach(message => {
|
||||
let uuid = message.uuid;
|
||||
if (!this.cachedProfileData[uuid]) {
|
||||
if (uuid && !this.cachedProfileData[uuid]) {
|
||||
if (uuid === 'system') return;
|
||||
promises.push(axios.get(`/api/v3/members/${uuid}`));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user