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:
+2
-2
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user