Skip to content

Commit 88f38ea

Browse files
Correct version that recaptcha_{private,public}_key_path config options were introduced (#18684)
Introduced in #17984 I already see a [`v1.134.0rc1`](https://github.com/element-hq/synapse/releases/tag/v1.134.0rc1) tag from 5 days ago so I assume #17984 will actually ship in the next release (which will be `v1.135.0`)
1 parent 5f027ad commit 88f38ea

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

changelog.d/18684.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `recaptcha_private_key_path` and `recaptcha_public_key_path` config option.

docs/usage/configuration/config_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,7 @@ recaptcha_public_key: YOUR_PUBLIC_KEY
23632363

23642364
The file should be a plain text file, containing only the public key. Synapse reads the public key from the given file once at startup.
23652365

2366-
_Added in Synapse 1.134.0._
2366+
_Added in Synapse 1.135.0._
23672367

23682368
Defaults to `null`.
23692369

@@ -2387,7 +2387,7 @@ recaptcha_private_key: YOUR_PRIVATE_KEY
23872387

23882388
The file should be a plain text file, containing only the private key. Synapse reads the private key from the given file once at startup.
23892389

2390-
_Added in Synapse 1.134.0._
2390+
_Added in Synapse 1.135.0._
23912391

23922392
Defaults to `null`.
23932393

schema/synapse-config.schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ properties:
27032703
Synapse reads the public key from the given file once at startup.
27042704
27052705
2706-
_Added in Synapse 1.134.0._
2706+
_Added in Synapse 1.135.0._
27072707
default: null
27082708
examples:
27092709
- /path/to/key/file
@@ -2726,7 +2726,7 @@ properties:
27262726
Synapse reads the private key from the given file once at startup.
27272727
27282728
2729-
_Added in Synapse 1.134.0._
2729+
_Added in Synapse 1.135.0._
27302730
default: null
27312731
examples:
27322732
- /path/to/key/file

0 commit comments

Comments
 (0)