mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
feat(context menu): add "mark as unread"
This commit is contained in:
@@ -169,6 +169,7 @@ export const MessageOverlayBar = observer(({ message, queued }: Props) => {
|
||||
<Tooltip content="Mark as Unread">
|
||||
<Entry
|
||||
onClick={() => {
|
||||
// ! FIXME: deduplicate this code with ctx menu
|
||||
const messages = getRenderer(
|
||||
message.channel!,
|
||||
).messages;
|
||||
|
||||
Reference in New Issue
Block a user