mirror of https://git.stjo.hn/planiverse
Populate visibility for notifications
Populate visibility = null for notifications.
This commit is contained in:
parent
c3e6b50f37
commit
6fa2c955fc
|
@ -2,7 +2,8 @@
|
||||||
@component('event_info', [
|
@component('event_info', [
|
||||||
'account' => $notification['account'],
|
'account' => $notification['account'],
|
||||||
'created_at' => $notification['created_at'],
|
'created_at' => $notification['created_at'],
|
||||||
'type' => $notification['type']
|
'type' => $notification['type'],
|
||||||
|
'visibility' => null
|
||||||
])
|
])
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue