Skip to content

Fix a bug where lists per-role in index page would be capped at 50.

Abhilash Raj requested to merge maxking/postorius:fix-335 into master

Closes #335 (closed)

This is sadly more of a hack, since it puts all the lists you are a member of in the same page, without pagination. Although, it does make an optimization which renders the page really fast, even with 100s of lists, unlike before.

Edited by Abhilash Raj

Merge request reports