Skip to content

fix(API): Trim search query parameters

Hécate requested to merge (removed):fix/trim-search-query into develop

This MR aims at fixing #498 (closed). In both Mastodon & Twitter API controllers' search functions, queries are systematically trimmed of their trailing whitespaces.

Merge request reports