feat(event): add per-user date change notices
This commit is contained in:
@@ -22,6 +22,7 @@ class EventDateNoticeFormatterTest extends TestCase
|
||||
$this->assertSame([
|
||||
[
|
||||
'type' => 'suspended',
|
||||
'change_ids' => [],
|
||||
'title' => 'FECHA CANCELADA!',
|
||||
'message' => [
|
||||
['text' => 'La fecha del ', 'bold' => false],
|
||||
@@ -31,6 +32,7 @@ class EventDateNoticeFormatterTest extends TestCase
|
||||
],
|
||||
[
|
||||
'type' => 'rescheduled',
|
||||
'change_ids' => [],
|
||||
'title' => 'FECHA REPROGRAMADA!',
|
||||
'message' => [
|
||||
['text' => 'La fecha del ', 'bold' => false],
|
||||
@@ -57,6 +59,7 @@ class EventDateNoticeFormatterTest extends TestCase
|
||||
$this->assertSame([
|
||||
[
|
||||
'type' => 'suspended',
|
||||
'change_ids' => [],
|
||||
'title' => 'FECHAS CANCELADAS!',
|
||||
'message' => [
|
||||
['text' => 'Las fechas del ', 'bold' => false],
|
||||
@@ -66,6 +69,7 @@ class EventDateNoticeFormatterTest extends TestCase
|
||||
],
|
||||
[
|
||||
'type' => 'rescheduled',
|
||||
'change_ids' => [],
|
||||
'title' => 'FECHAS REPROGRAMADAS!',
|
||||
'message' => [
|
||||
['text' => 'Las fechas del ', 'bold' => false],
|
||||
|
||||
Reference in New Issue
Block a user