Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/unaio/una
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 29, 2024
2 parents 4fcb00a + b926453 commit 93db31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/BxDolPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function send($iProfileId, $aMessage, $bAddToQueue = false)
],
'contents' => !empty($aMessage['contents']) && is_array($aMessage['contents']) ? $aMessage['contents'] : [],
'headings' => !empty($aMessage['headings']) && is_array($aMessage['headings']) ? $aMessage['headings'] : [],
'web_url' => !empty($aMessage['url']) ? $aMessage['url'] : '',
'url' => !empty($aMessage['url']) ? $aMessage['url'] : '',
'data' => array('url' => !empty($aMessage['url']) ? $aMessage['url'] : ''),
'chrome_web_icon' => !empty($aMessage['icon']) ? $aMessage['icon'] : '',
];
Expand Down

0 comments on commit 93db31f

Please sign in to comment.