Back to Zulip

View a message's edit history

starlight_help/src/content/docs/view-a-messages-edit-history.mdx

12.01.2 KB
Original Source

import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";

import KeyboardTip from "../../components/KeyboardTip.astro"; import MessageEditHistoryIntro from "../include/_MessageEditHistoryIntro.mdx";

<MessageEditHistoryIntro />

View a message's edit history

<Tabs> <TabItem label="Desktop/Web"> <Steps> 1. Choose a message in the message feed. 1. Click on the message's **edited** or **moved** label shown next to the sender's name, or to the left of the message, to open the edit history. If you don't see such a label, the message has not been edited or moved. </Steps>
<KeyboardTip>
  You can use <kbd>Shift</kbd> + <kbd>H</kbd> to view the edit history of the
  selected message.
</KeyboardTip>
</TabItem> </Tabs>