Skip to content

Commit

Permalink
Room state API update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevandoMoodle committed Feb 15, 2023
1 parent 9ec0fcf commit f338be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/src/Controller/MatrixController.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public function kick(string $roomID, Request $request) : JsonResponse {
/**
* Update various room state components.
*
* @Route("/rooms/{roomID}/state/{eventType}", name="roomState")
* @Route("/rooms/{roomID}/state/{eventType}")
* @Route("/rooms/{roomID}/state/{eventType}/")
* @param string $serverID
* @param string $eventType
* @param Request $request
Expand Down

0 comments on commit f338be9

Please sign in to comment.