fchat-rising/chat/preview
buttercheezii c539dba6a8 Fix insane bug where some profiles cause client hang
Some code was converting the customs object to an array with millions of elements, which caused iteration and ipc transport (json serialize) to hang the client for many minutes at a time.

This is probably because incorrect lodash functions were used on the customs. Lodash would convert it to array and then it would get stored and turn up as array every time, corrupting storage and ensuring client denial of service.

This fixes that bug by avoiding using incorrect lodash functions that convert things to arrays with millions of elements.

It also retroactively fixes profiles that were stored with array customs, so the client won't crash.
2021-12-06 05:00:44 -08:00
..
assets Image preview fixes 2021-09-07 20:33:01 -05:00
helper BOS fix 2020-11-06 17:44:40 -06:00
CharacterPreview.vue Fix insane bug where some profiles cause client hang 2021-12-06 05:00:44 -08:00
ImagePreview.vue Fix missing ad buttons 2021-09-11 15:43:33 -05:00
MatchTags.vue Character previews 2020-10-25 17:55:21 -05:00
event-bus.ts Minor 2021-02-02 19:55:10 -06:00
image-dom-mutator.ts Image preview fixes 2021-09-07 20:33:01 -05:00
image-url-mutator.ts Image preview fixes 2021-09-07 20:33:01 -05:00
test-urls.txt Image preview fixes 2021-09-07 20:33:01 -05:00