Make wavatar same as identicon/retro for the moment

This commit is contained in:
Oliver Falk
2019-02-21 11:22:27 +01:00
parent 58a7738fe7
commit ddae7a6fab

View File

@@ -145,7 +145,9 @@ class AvatarImageView(TemplateView):
data, data,
content_type='image/png') content_type='image/png')
if str(default) == 'identicon' or str(default) == 'retro': # TODO: Wavatar needs to be different
# TODO: identicon should be different from retro
if str(default) == 'identicon' or str(default) == 'retro' or str(default) == 'wavatar':
# Taken from example code # Taken from example code
foreground = [ foreground = [
'rgb(45,79,255)', 'rgb(45,79,255)',