mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 05:28:03 +00:00
Merge branch 'devel' into 'master'
Make wavatar same as identicon/retro for the moment See merge request oliver/ivatar!115
This commit is contained in:
@@ -145,7 +145,9 @@ class AvatarImageView(TemplateView):
|
||||
data,
|
||||
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
|
||||
foreground = [
|
||||
'rgb(45,79,255)',
|
||||
|
||||
Reference in New Issue
Block a user