chore: sync module from working instance and add install guide
This commit is contained in:
@@ -61,6 +61,8 @@ class AnimalStreamPublisherService
|
||||
$entry->medical_visit_id = $medicalVisitId;
|
||||
$entry->progress_update_id = $progressUpdateId;
|
||||
$entry->content->container = $space;
|
||||
// Respect each space's configured stream visibility policy.
|
||||
$entry->content->visibility = (int)$space->getDefaultContentVisibility();
|
||||
|
||||
if (!$entry->save()) {
|
||||
Yii::warning([
|
||||
|
||||
Reference in New Issue
Block a user