Parcourir la source

[RN] Switch default avatars to meeples

master
Saúl Ibarra Corretgé il y a 8 ans
Parent
révision
531b638a8a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      react/features/base/participants/functions.js

+ 3
- 3
react/features/base/participants/functions.js Voir le fichier

@@ -59,9 +59,9 @@ export function getAvatarURL(participant) {
59 59
         if (urlPrefix) {
60 60
             urlSuffix = interfaceConfig.RANDOM_AVATAR_URL_SUFFIX;
61 61
         } else {
62
-            // Otherwise, use a default (of course).
63
-            urlPrefix = 'https://api.adorable.io/avatars/200/';
64
-            urlSuffix = '.png';
62
+            // Otherwise, use a default (meeples, of course).
63
+            urlPrefix = 'https://abotars.jitsi.net/meeple/';
64
+            urlSuffix = '';
65 65
         }
66 66
     }
67 67
 

Chargement…
Annuler
Enregistrer