This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ future date of which their account has been renewed until. See the
100
100
`default template <https://github.com/matrix-org/synapse/blob/release-v1.33.0/synapse/res/templates/account_renewed.html >`_
101
101
for an example of usage.
102
102
103
- Relatedly, note that in this update a new HTML template has been added which is shown to users when they
104
- attempt to renew their account with a valid renewal token that has already been used before. The default template
105
- contents can been found
106
- `here <https://github.com/matrix-org/synapse/blob/release-v1.33.0/synapse/res/templates/account_previously_renewed.html >`_, and
107
- can also accept an ``expiration_ts `` variable. This template replaces the error message users would previously see upon
108
- attempting to use a token more than once.
103
+ ALso note that a new HTML template, `` account_previously_renewed.html ``, has been added. This is is shown to users
104
+ when they attempt to renew their account with a valid renewal token that has already been used before. The default
105
+ template contents can been found
106
+ `here <https://github.com/matrix-org/synapse/blob/release-v1.33.0/synapse/res/templates/account_previously_renewed.html >`_,
107
+ and can also accept an ``expiration_ts `` variable. This template replaces the error message users would previously see
108
+ upon attempting to use a valid renewal token more than once.
109
109
110
110
111
111
Upgrading to v1.32.0
You can’t perform that action at this time.
0 commit comments