1
0
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:
Paul Holden 2023-10-16 15:28:10 +01:00
parent e4d1369475
commit fd3ae99540
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
2 changed files with 6 additions and 2 deletions
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.';

@ -0,0 +1,2 @@
matrixrefreshtoken,communication_matrix
matrixrefreshtoken_desc,communication_matrix