Simple forum software for building great communities.
Go to file
Toby Zerner 2d714a06b5 Make the Request available to the Formatter\Rendering event (#1721)
This is important because extensions may wish to render post content
differently depending on Request factors such as the actor. For example,
an attachments extension might wish to hide attachments from guests.

This solution is a bit of a hack-job for now, but soon when we refactor
the API layer to use tobscure/json-api-server, and also refactor the
Formatter layer, it can be revised.
2019-01-22 23:33:49 +01:00
framework/core Make the Request available to the Formatter\Rendering event (#1721) 2019-01-22 23:33:49 +01:00