discourse/app/assets
David Taylor 3d070b4a32
FIX: Ensure topic-list adapter never serializes undefined (#17924)
There was existing logic for this, but it was broken because the values were being run through `encodeURI` before checking its type. This commit takes the opportunity to modernise the function to use `URLSearchParams`, which means we no longer need to handle encoding/joining strings manually.

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2022-08-15 12:16:01 +01:00
..
images FIX: fallback to default push notification icon if none exists (#16961) 2022-06-01 12:00:05 +10:00
javascripts FIX: Ensure topic-list adapter never serializes undefined (#17924) 2022-08-15 12:16:01 +01:00
stylesheets Revert "DEV: Experimental scroll sidebar to specific element event handler (#17727)" (#17920) 2022-08-15 11:10:58 +08:00