profile: drop gravatar support

gravatar is owned by an external entity (Automattic) and we have an
unnecessary dep to this service. users can just upload a profile pic
This commit is contained in:
Girish Ramakrishnan
2025-06-08 12:42:13 +02:00
parent cd45046724
commit a93c85ebc9
13 changed files with 69 additions and 137 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ const admin = {
groupIds: [],
role: 'owner',
source: '',
avatar: constants.AVATAR_GRAVATAR,
avatar: null,
active: true,
};
@@ -119,7 +119,7 @@ const user = {
groupIds: [],
displayName: 'Normal User',
source: '',
avatar: constants.AVATAR_NONE,
avatar: null,
active: true,
};