Skip to content

Commit

Permalink
Merge branch 'main' into fix/search-for-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich authored Jan 14, 2025
2 parents 0da7c3f + 8380190 commit 626cd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdown/CommonMark/MentionLinkParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private function resolveRouteDetails(MentionType $type): array
MentionType::Magazine => ['route' => 'front_magazine', 'param' => 'name'],
MentionType::RemoteMagazine => ['route' => 'front_magazine', 'param' => 'name'],
MentionType::RemoteUser => ['route' => 'user_overview', 'param' => 'username'],
MentionType::Search => ['route' => 'search', 'param' => 'q'],
MentionType::Search => ['route' => 'search', 'param' => 'search[q]'],
MentionType::User => ['route' => 'user_overview', 'param' => 'username'],
};
}
Expand Down

0 comments on commit 626cd1a

Please sign in to comment.