Add user friendly capability text for msc4039.download_file (#32983)

* Add user friendly capability test for `msc4039.download_file`

* review: remove un-needed experimental copy
This commit is contained in:
Valere Fedronic 2026-04-09 13:08:08 +02:00 committed by GitHub
parent 5ba09a5f90
commit 6486a6b5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -4003,6 +4003,7 @@
"change_name_this_room": "Change the name of this room",
"change_topic_active_room": "Change the topic of your active room",
"change_topic_this_room": "Change the topic of this room",
"download_file": "Download files from the media repository",
"receive_membership_active_room": "See when people join, leave, or are invited to your active room",
"receive_membership_this_room": "See when people join, leave, or are invited to this room",
"remove_ban_invite_leave_active_room": "Remove, ban, or invite people to your active room, and make you leave",

View File

@ -57,6 +57,9 @@ export class CapabilityText {
[MatrixCapabilities.MSC2931Navigate]: {
[GENERIC_WIDGET_KIND]: _td("widget|capability|switch_room_message_user"),
},
[MatrixCapabilities.MSC4039DownloadFile]: {
[GENERIC_WIDGET_KIND]: _td("widget|capability|download_file"),
},
};
private static stateSendRecvCaps: SendRecvStaticCapText = {