Skip to content

activitypub: fix possible false positives with broken thread filtering

kaniini requested to merge bugfix/broken-thread-filtering-false-positive into develop

certain threads without replies would match the pattern for a child node when they were a root node, so use a guard condition to ensure a fallthrough is taken.

Merge request reports