diff --git a/app/Ejaculation.php b/app/Ejaculation.php index 60ad67f..4ee8b25 100644 --- a/app/Ejaculation.php +++ b/app/Ejaculation.php @@ -101,6 +101,7 @@ class Ejaculation extends Model return route('checkin', [ 'link' => $this->link, 'tags' => $this->textTags(), + 'is_private' => $this->is_private, 'is_too_sensitive' => $this->is_too_sensitive, ]); }