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:
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user