From 085762ec174eae1c519ec14db632f5ba197ed3c7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 17 Dec 2024 18:39:18 +0000 Subject: hopefully implement push! again i can't really test this yet because i don't have two https instances that can talk to each other. soon i will set that up and test all these recent commits --- Digitigrade/Model/InstanceAuth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Digitigrade/Model/InstanceAuth.php') diff --git a/Digitigrade/Model/InstanceAuth.php b/Digitigrade/Model/InstanceAuth.php index 6f58298..6ebccb8 100644 --- a/Digitigrade/Model/InstanceAuth.php +++ b/Digitigrade/Model/InstanceAuth.php @@ -8,6 +8,8 @@ class InstanceAuth extends Model { public ?string $outboundToken; public ?string $inboundToken; public ?string $secret; + public bool $outboundPushEnabled = false; + public bool $inboundPushEnabled = false; protected function setOwnerId(int $id) { $this->instanceId = $id; -- cgit v1.3