mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 09:23:09 +02:00
MDL-79728 communication_matrix: deprecate refresh token config strings.
This commit is contained in:
parent
e4d1369475
commit
fd3ae99540
communication/provider/matrix/lang/en
@ -28,11 +28,13 @@ $string['matrixhomeserverurl'] = 'Homeserver URL';
|
||||
$string['matrixhomeserverurl_desc'] = 'The URL of the Synapse homeserver to connect to, for user and room creation.';
|
||||
$string['matrixaccesstoken'] = 'Access token';
|
||||
$string['matrixaccesstoken_desc'] = 'Access token for the account which will perform actions on the homeserver.';
|
||||
$string['matrixrefreshtoken'] = 'Refresh token';
|
||||
$string['matrixrefreshtoken_desc'] = 'Admin refresh token to associated with the access token.';
|
||||
$string['matrixelementurl'] = 'Element web URL';
|
||||
$string['matrixroomtopic'] = 'Room topic';
|
||||
$string['matrixroomtopic_help'] = 'A short description of what this room is for.';
|
||||
$string['matrix:moderator'] = 'Matrix moderator';
|
||||
$string['pluginname'] = 'Matrix';
|
||||
$string['privacy:metadata'] = 'The Matrix communication plugin does not store any personal data.';
|
||||
|
||||
// Deprecated since Moodle 4.4.
|
||||
$string['matrixrefreshtoken'] = 'Refresh token';
|
||||
$string['matrixrefreshtoken_desc'] = 'Admin refresh token to associated with the access token.';
|
||||
|
2
communication/provider/matrix/lang/en/deprecated.txt
Normal file
2
communication/provider/matrix/lang/en/deprecated.txt
Normal file
@ -0,0 +1,2 @@
|
||||
matrixrefreshtoken,communication_matrix
|
||||
matrixrefreshtoken_desc,communication_matrix
|
Loading…
x
Reference in New Issue
Block a user