Skip to content

Commit 9301b36

Browse files
committed
Update
1 parent 32738f8 commit 9301b36

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app-call.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
$meta = unserialize($message['meta']);
453453
foreach ($meta as $key=>$value) $item[$key] = $value;
454454

455-
$item['notification'] = ($meta['notification'] == 'true'?true:false);
455+
$item['notification'] = (isset($meta['notification']) && $meta['notification'] == 'true' ? true : false );
456456
}
457457

458458
if ($message['type'] == 3) $item['notification'] = true;

static/js/main.13742e38.chunk.js

-1
This file was deleted.

static/js/main.75b83baf.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)