feat(brand): switch user-facing copy + Mercure topic prefix to wevisto.com
CI / test (push) Has been cancelled

Mercure topic identifiers updated in lockstep across PHP publisher + TS
subscriber (and their tests). Help-page setup instructions now point to
wevisto.com. Traefik already serves both hosts; this aligns the in-app
references with the public brand.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 21:27:07 -04:00
parent 38ea9b3d06
commit dd89b3d934
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class MercurePublisherTest extends TestCase
$this->assertNotNull($captured);
$this->assertSame(
['https://pictureframe.edholm.me/devices/42'],
['https://wevisto.com/devices/42'],
$captured->getTopics(),
);
$this->assertSame('{"id":42,"name":"Living Room"}', $captured->getData());