[RN] Switch default avatars to meeples

This commit is contained in:
Saúl Ibarra Corretgé 2017-08-28 10:17:47 +02:00 committed by Paweł Domas
parent 4e3d033ff2
commit 531b638a8a
1 changed files with 3 additions and 3 deletions

View File

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