Onboarding story
This commit is contained in:
parent
94f318ea08
commit
19a42ed719
42 changed files with 725 additions and 143 deletions
|
@ -10,6 +10,7 @@ import type { StateType } from '../reducer';
|
|||
import { getPreferredBadgeSelector } from '../selectors/badges';
|
||||
import { getIntl, getTheme } from '../selectors/user';
|
||||
import { getHasStoriesSelector } from '../selectors/stories';
|
||||
import { isSignalConversation } from '../../util/isSignalConversation';
|
||||
|
||||
type ExternalProps = {
|
||||
id: string;
|
||||
|
@ -30,6 +31,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
conversationType: conversation.type,
|
||||
hasStories: getHasStoriesSelector(state)(id),
|
||||
badge: getPreferredBadgeSelector(state)(conversation.badges),
|
||||
isSignalConversation: isSignalConversation(conversation),
|
||||
theme: getTheme(state),
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue