Skip to content

Fix timeline bug with empty blacklist (hidden and pinned entries)

Robert Palm requested to merge rapl42/tc-server:fix-empty-hidden-entries into master

Fixes the issue where the user timeline query would silently fail and return an empty page when the list of ignored timeline entry IDs was empty. This is a known bug in Hibernate [1]. This commit introduces an additional query method without the blacklist parameter

References: [1] https://hibernate.atlassian.net/browse/HHH-8091

Merge request reports