fix: remove text from base query_params (#37835)

This commit is contained in:
Muhammad Arslan
2026-01-02 20:05:21 +05:00
committed by GitHub
parent 85fc7207be
commit e548e924cd

View File

@@ -1018,7 +1018,6 @@ def get_thread_list(
"group_id": group_id,
"page": page,
"per_page": page_size,
"text": text_search,
"sort_key": cc_map.get(order_by),
"author_id": author_id,
"flagged": flagged,