Ah, #3 helped me fix a bug I had due to using
$instance = new static(...)
instead of$instance = parent::create(...)
by mistake.
Closed: works as designed
6.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Ah, #3 helped me fix a bug I had due to using $instance = new static(...)
instead of $instance = parent::create(...)
by mistake.