Populate visibility for notifications

Populate visibility = null for notifications.
This commit is contained in:
St John Karp 2018-10-08 06:43:38 -07:00
parent c3e6b50f37
commit 6fa2c955fc
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
@component('event_info', [
'account' => $notification['account'],
'created_at' => $notification['created_at'],
'type' => $notification['type']
'type' => $notification['type'],
'visibility' => null
])
@endcomponent