Fix Bug 69276 - Rooms: Info: History. When Revoke link the default link in the story, an empty action without description is displayed.

This commit is contained in:
Elyor Djalilov 2024-07-18 11:31:35 +05:00
parent 9fe19804ec
commit 88b03bc1a2
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ export const feedInfo = [
actionType: `${FeedAction.Rename}`,
},
{
key: "RoomExternalLinkDeleted",
key: "RoomExternalLinkRevoked",
targetType: `${FeedTarget.RoomExternalLink}`,
actionType: `${FeedAction.Delete}`,
},

View File

@ -89,7 +89,7 @@ export const useFeedTranslation = (
components={{ 1: <strong /> }}
/>
);
case "RoomExternalLinkDeleted":
case "RoomExternalLinkRevoked":
return (
<Trans
t={t}