mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Pre-alpha: React with any emoji, behind flag
This commit is contained in:
committed by
Scott Nonnenberg
parent
d13c3d3350
commit
0865a5481c
@@ -3,6 +3,7 @@ import { LocalizerType } from '../../types/Util';
|
||||
|
||||
import {
|
||||
Message,
|
||||
Props as AllMessageProps,
|
||||
PropsActions as MessageActionsType,
|
||||
PropsData as MessageProps,
|
||||
} from './Message';
|
||||
@@ -87,7 +88,9 @@ type PropsActionsType = MessageActionsType &
|
||||
UnsupportedMessageActionsType &
|
||||
SafetyNumberActionsType;
|
||||
|
||||
type PropsType = PropsLocalType & PropsActionsType;
|
||||
export type PropsType = PropsLocalType &
|
||||
PropsActionsType &
|
||||
Pick<AllMessageProps, 'renderEmojiPicker'>;
|
||||
|
||||
export class TimelineItem extends React.PureComponent<PropsType> {
|
||||
public render() {
|
||||
|
||||
Reference in New Issue
Block a user