------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4616/
------------------------------------------------------------------------------
New update by kyz
For Beanbag, Inc. > Review Board > Ticket #4616
Reply:
The following change fixes the issue:
--- ./reviewboard/webapi/resources/user.py.orig 2017-12-12
13:31:26.625704990 +0000
+++ ./reviewboard/webapi/resources/user.py 2017-12-12
13:32:38.055878344 +0000
@@ -151,7 +151,7 @@
service = avatar_services.for_user(user)
if service:
- return service.get_avatar_urls(request, user, 48)['1x']
+ return service.get_avatar_urls(request, user,
48).get('1x')
return None
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.