Files
worldmonitor/api
Haozhe Wu d8406190c7 fix(api): remove double URL-encoding in telegram-feed relay (#2108)
encodeURIComponent() is applied before URLSearchParams.set(), which
already percent-encodes its value. This double-encodes special chars
(e.g., space becomes %2520 instead of %20), causing relay queries
with special characters in topic/channel to return wrong or empty
results.

Co-authored-by: warren618 <warren618@users.noreply.github.com>
Co-authored-by: Elie Habib <elie.habib@gmail.com>
2026-03-23 09:14:40 +04:00
..
2026-03-20 12:37:24 +04:00