discourse/app
Robin Ward 4a2871f7f6
FEATURE: Don't display muted/ignored users under "who liked" (#10084)
* FEATURE: Don't display muted/ignored users under "who liked"

Previously, if you clicked on the heart icon below a post
it would show you the avatar for a user even if you ignored or muted
them.

This commit will instead display a (?) icon. The count of likes will
remain correct, but you needn't be reminded of the person you
preferred not to see.

* Use a circle instead of (?) for unknown user
2020-06-19 10:44:21 -04:00
..
assets FEATURE: Don't display muted/ignored users under "who liked" (#10084) 2020-06-19 10:44:21 -04:00
controllers FEATURE: Don't display muted/ignored users under "who liked" (#10084) 2020-06-19 10:44:21 -04:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs Revert "FIX: Do not attempt to pull_hotlinked on emoji images when CDN enabled" 2020-06-19 14:39:16 +01:00
mailers DEV: Use short_date helper for email post template (#10063) 2020-06-17 11:29:37 -04:00
models DEV: move user references deletion code to before_destroy. (#10085) 2020-06-18 17:42:39 -04:00
serializers FEATURE: Don't display muted/ignored users under "who liked" (#10084) 2020-06-19 10:44:21 -04:00
services DEV: move user references deletion code to before_destroy. (#10085) 2020-06-18 17:42:39 -04:00
views FEATURE: allows to have header/footer in publshed pages (#10067) 2020-06-19 09:51:03 +02:00