Skip to content

Commit c67087f

Browse files
enabled reminders for channel
1 parent ddaae75 commit c67087f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/ReminderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ protected function setUp(): void
4141
$this->client = new Client(getenv('STREAM_KEY'), getenv('STREAM_SECRET'));
4242
$this->user = $this->getUser();
4343
$this->channel = $this->getChannel();
44+
$this->channel->updatePartial([
45+
"config_overrides" => ["user_message_reminders" => true],
46+
]);
4447

4548
// Create a message to use for reminders
4649
$message = [

0 commit comments

Comments
 (0)