(bug): boost repeating in newsfeed
Summary
(Summarize the bug encountered concisely)
Seeing the same boost every time in mobile feed, as I scroll down.
Steps to reproduce
(How one can reproduce the issue - this is very important)
Scroll down. Every 12 posts (or so) is the same boosted post.
Platform information
(Device, Android/iOS version, system stats, screen size)
Android, Galaxy S9 - Windows 10, Brave
App version
(App version and build number)
Most recent
What is the current bug behavior?
1 Boosted post repeats, every 12 posts), as you scroll down your newsfeed.
What is the expected correct behavior?
Should show different boost each time you scroll past 12 posts.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
added 0 - Urgent P - Boost S - Backlog T - Bug labels
changed the description
changed the description 2 times within 1 minute
changed title from (bug): boost repeating in mobile newsfeed to (bug): boost repeating in newsfeed
moved from mobile-native#228 (closed)
- Owner
@markeharding where are we at with this? I am still seeing the same boosted post every 12 posts in mobile and web...bad for creators and consumers.
- Owner
I'm not able to replicate this, very rarely see the same boost. iOS has more stringent boost delivery (I think it needs 90 quality score but need to double check).
assigned to @benhayward.ben
- Owner
@benhayward.ben can you try and inspect the XHR/Network logs to see if they are indeed duplicated boosted_guids or different?
- Developer
Yep @markeharding got the responses of a few requests to compare.
-
boosted_guid: 955586435034697728
-
boosted_guid: 955586435034697728
-
boosted_guid: 955586435034697728
-
boosted_guid: 955586435034697728
Number is identical but items are sent in separate requests.
Edited by Ben Hayward -
closed