Setup pin/unpin actions and mark messages pinned in timeline

This commit is contained in:
Jamie
2025-12-10 14:01:17 -08:00
committed by GitHub
parent 1338eadf6f
commit db4845100a
32 changed files with 504 additions and 298 deletions

View File

@@ -1470,6 +1470,10 @@
"messageformat": "Pin message",
"description": "Shown on the drop-down menu for an individual message, pins the current message"
},
"icu:MessageContextMenu__UnpinMessage": {
"messageformat": "Unpin message",
"description": "Shown on the drop-down menu for an individual message, unpins the current message"
},
"icu:Poll__end-poll": {
"messageformat": "End poll",
"description": "Label for button/menu item to end a poll. Shown in the poll votes modal and in the message context menu"
@@ -9266,6 +9270,10 @@
"messageformat": "Edited",
"description": "label for an edited message"
},
"icu:MessageMetadata__pinned": {
"messageformat": "Pinned",
"description": "label for an pinned message"
},
"icu:DraftGifMessageSendModal__Title": {
"messageformat": "Add a message",
"description": "Draft GIF Message Send Modal > Title"