File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -888,10 +888,6 @@ The Redis transport uses `streams`_ to queue messages.
888
888
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
889
889
a running Redis server (^5.0).
890
890
891
- .. caution ::
892
-
893
- The Redis transport does not support "delayed" messages.
894
-
895
891
A number of options can be configured via the DSN or via the ``options `` key
896
892
under the transport in ``messenger.yaml ``:
897
893
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ role to the users that need it.
85
85
Knowing When Impersonation Is Active
86
86
------------------------------------
87
87
88
- During impersonation, the user is provided with a special role called
89
- ``ROLE_PREVIOUS_ADMIN ``. In a template, for instance, this role can be used
90
- to show a link to exit impersonation:
88
+ When a user is being impersonated, Symfony grants them a special role called
89
+ ``ROLE_PREVIOUS_ADMIN `` (in addition to the roles the user may have). Use this
90
+ special role, for instance, to show a link to exit impersonation in a template :
91
91
92
92
.. code-block :: html+twig
93
93
You can’t perform that action at this time.
0 commit comments