discourse/app
Bianca Nenciu 2318bd66a7
FIX: Use array to keep best link for each onebox (#13717)
Use a Map to hold the best link element for each Onebox HTML element.

Using an Object did not work as intended because Object can use only
Strings or Symbols as keys. Using HTML elements (representing oneboxes)
as keys most probably converted them to some generic string and sometimes
different Oneboxes were associated same key. It seems to be browser and
content dependent, without any clear indication of what is happening
internally.

This bug caused link counts to show only for the last Onebox because
the best link from the last Onebox was considered for all the other
Oneboxes.
2021-07-14 12:51:55 +03:00
..
assets FIX: Use array to keep best link for each onebox (#13717) 2021-07-14 12:51:55 +03:00
controllers FEATURE: Uppy image uploader with UppyUploadMixin (#13656) 2021-07-13 12:22:00 +10:00
helpers FIX: Do not interpret backreferences in email content 2021-07-08 15:56:09 -07:00
jobs FIX: Email threads sometimes not grouping for group SMTP (#13727) 2021-07-14 14:23:14 +10:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FIX: Allow uppercase letters in automatic group names 2021-07-13 20:29:07 +02:00
serializers FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
services FIX: Let user clear their flair group (#13669) 2021-07-09 12:41:26 +08:00
views FEATURE: add title tag for group detail page (#13702) 2021-07-12 20:05:57 +05:30