conversation_view: Move the last of the small functions to redux
This commit is contained in:
parent
86e92dda51
commit
1a68c3db62
59 changed files with 782 additions and 944 deletions
|
@ -29,12 +29,6 @@ import { isSignalConversation } from '../../util/isSignalConversation';
|
|||
|
||||
export type OwnProps = {
|
||||
id: string;
|
||||
|
||||
onArchive: () => void;
|
||||
onGoBack: () => void;
|
||||
onMarkUnread: () => void;
|
||||
onMoveToInbox: () => void;
|
||||
onSearchInConversation: () => void;
|
||||
};
|
||||
|
||||
const getOutgoingCallButtonStyle = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue