mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Use ReadonlyArrays in conversation model and redux
This commit is contained in:
@@ -21,7 +21,7 @@ import type { LocalizerType, ThemeType } from '../../types/Util';
|
||||
export type DirectionType = 'incoming' | 'outgoing';
|
||||
|
||||
export type Props = {
|
||||
attachments: Array<AttachmentType>;
|
||||
attachments: ReadonlyArray<AttachmentType>;
|
||||
bottomOverlay?: boolean;
|
||||
direction: DirectionType;
|
||||
isSticker?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user