mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Init PinnedMessagesPanel
This commit is contained in:
@@ -14,7 +14,7 @@ import type {
|
||||
Props as MessagePropsType,
|
||||
PropsData as MessagePropsDataType,
|
||||
} from './Message.dom.js';
|
||||
import { Message } from './Message.dom.js';
|
||||
import { Message, MessageInteractivity } from './Message.dom.js';
|
||||
import type { LocalizerType, ThemeType } from '../../types/Util.std.js';
|
||||
import type { ConversationType } from '../../state/ducks/conversations.preload.js';
|
||||
import type { PreferredBadgeSelectorType } from '../../state/selectors/badges.preload.js';
|
||||
@@ -351,6 +351,7 @@ export function MessageDetail({
|
||||
endPoll={endPoll}
|
||||
getPreferredBadge={getPreferredBadge}
|
||||
i18n={i18n}
|
||||
interactivity={MessageInteractivity.Static}
|
||||
interactionMode={interactionMode}
|
||||
kickOffAttachmentDownload={kickOffAttachmentDownload}
|
||||
markAttachmentAsCorrupted={markAttachmentAsCorrupted}
|
||||
|
||||
Reference in New Issue
Block a user