sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Update fetching strategy and clean up code #292

Closed Pdzly closed 3 months ago

Pdzly commented 3 months ago

Fetched comments in 'Person.java' has been changed to EAGER from default LAZY to provide immediate loading. This change in strategy removes the need for a workaround code on the service layer in 'LemmyPersonService.java'. The commented-out code is also cleaned, resulting in a more readable and straightforward implementation.

closes #291