- πΊπΈUnited States smustgrave
Seems blocked issue is still opened.
DynamicPageCacheSubscriber::onResponse() has a priority of 100.
It is documented as needing to run before HtmlResponseSubscriber::onRespond(), which has a priority of 0.
When trying to implement a response subscriber to add cache tags, it needed to be set to 101 to function.
Allow vanilla response subscribers to have a 0 priority by making DynamicPageCacheSubscriber and HtmlResponseSubscriber negative.
Pick a negative priority for each that works.
N/A
Not really, right?
N/A
Postponed
11.0 π₯
request processing system
Enhances developer experience.
Worse Than Failure. Approximates the unpleasant remark made by Drupal developers when they first encounter a particular (mis)feature.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Seems blocked issue is still opened.