BO 1.32+2 fcm fix
This commit is contained in:
parent
ae07f42e8e
commit
60927674ee
@ -55,7 +55,7 @@ class FCM:
|
||||
return "Registration token is null"
|
||||
try:
|
||||
|
||||
if image_url == None:
|
||||
if image_url == None or self.image_base == None:
|
||||
notification_image_url = self.logo_url
|
||||
else:
|
||||
notification_image_url = self.image_base + '/' + image_url
|
||||
|
Loading…
Reference in New Issue
Block a user