From b19a8f63ad727a3633885d3f2b81edf8181a53b9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 25 Sep 2025 13:38:24 +0200 Subject: matrix-specification split work in progress --- .../WellKnownMatrixSupportGetResponse.php | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 matrix-specification/Responses/WellKnownMatrixSupportGetResponse.php (limited to 'matrix-specification/Responses/WellKnownMatrixSupportGetResponse.php') diff --git a/matrix-specification/Responses/WellKnownMatrixSupportGetResponse.php b/matrix-specification/Responses/WellKnownMatrixSupportGetResponse.php new file mode 100644 index 0000000..f38e2b0 --- /dev/null +++ b/matrix-specification/Responses/WellKnownMatrixSupportGetResponse.php @@ -0,0 +1,33 @@ + $this->contacts, + "support_page" => $this->supportPage, + ], "is_null"); + } +} -- cgit v1.2.3