The reaction list disappeared from small-user-list after refactor

The PR refactored how the reaction list is loaded and deprecate the original /post_action_users api.

However, it breaks the original behavior of showing who “liked” the topics and leave the original area blank.

Is it a bug or a by-designed behavior? And is it necessary to add back the original logic ?

1 Like

I’m not sure if this is the same thing, but perhaps it’s this?

1 Like

Thank you for your reply. :+1:

The attached link seems to be related to a bug not displaying the reaction menu.

But the issue I mentioned is that, in my memory, a div like “[bunch of avatars] liked the topic” used to display at the down right corner of the first post when clicking the “more” button, and now it disappeared.

If it’s not related to the changes in the PR you linked, it might be because of the removal of <SmallUserList in

1 Like

Thank you, maybe it is related to the PR you mentioned.

Since the small-user-list div still exists, is it necessary to reimplement the function back, or remove the div totally?