"network/group" fragments are removed

This commit is contained in:
Michael 2024-03-12 08:02:00 +00:00
parent cd7a663733
commit fda832cd83
4 changed files with 3 additions and 6 deletions

View file

@ -662,7 +662,6 @@ return [
'/network' => [
'[/{content}]' => [Module\Conversation\Network::class, [R::GET]],
'/archive/{from:\d\d\d\d-\d\d-\d\d}[/{to:\d\d\d\d-\d\d-\d\d}]' => [Module\Conversation\Network::class, [R::GET]],
'/group/{contact_id:\d+}' => [Module\Conversation\Network::class, [R::GET]],
'/circle/{circle_id:\d+}' => [Module\Conversation\Network::class, [R::GET]],
],