Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
12.92k stars 1.48k forks source link

Comments not being shown #2532

Closed cabaleiro8 closed 4 years ago

cabaleiro8 commented 4 years ago

What happened? Videos with several comments does not show all of them

What do you expect to happen instead? Have a load more button, load more comments on scroll or some other approach to be able to see ALL comments

Steps to reproduce:

  1. https://bittube.video/videos/watch/a29e7fdb-2fa5-4973-92bc-dfa5dd13e4c7 In this URL you can notice that there are 16 comments but only 10 are shown

  2. https://peervideo.club/videos/watch/f3cb1945-a8f7-481f-a465-946c6f884e50 In this URL there are 30 comments, but only 20 are shown (if you include replies as comments, there are 28 comments)

Additional information

ghost commented 4 years ago

https://github.com/Chocobozzz/PeerTube/issues/1887

Maybe this:

/!\ VERY IMPORTANT /!\ In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.

will automatically fix these bugs. Just an assumption.

Chocobozzz commented 4 years ago

Fixed by @ipbc-dev in https://github.com/Chocobozzz/PeerTube/pull/2535