-
-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(mentions): missed post mentions UI changes #3832
Conversation
@iPurpl3x can you explain what issue this is trying to fix? the
|
@SychO9 so as I understand the code, Now this PR isn't complete yet, @imorland still needs to fix the API, so that |
@iPurpl3x oh my bad, I mistakenly assumed it was modifying the dropdown listing logic. Looking closely now I see it is to do with the the replier names logic which I hadn't updated in my previous PR, which now makes it dead code. Still not sure how it breaks the Ui apart from not showing the more count though 🤔 |
Actually, no other changes are required here, other than what @iPurpl3x has already pushed. The correct values are returned correctly after a fix to |
I'm 99% confident the limit still applies, so there is no performance impact. Just a missing count to be able to open the modal and see all mentions, which is good cause it makes this into more trivial bug @iPurpl3x can you please allow maintainers to push to this PR branch? |
I've pushed the changes suggested by @SychO9 To clarify for the record, if an extension modifies |
@SychO9 I've added you with admin rights to our repo. I didn't find out how to allow all maintainers at once, but as admin you can now add other people. |
Patches #3780
Changes proposed in this pull request:
mentionedByCount
instead of checking the length of therepliers
array.mentionedByCount
instead of0
(else the UI doesn't behave as expected)Reviewers should focus on:
The issues are actually fixed, no new performance issue has been introduced.
QA
Necessity
Confirmed
composer test
).Required changes: