Story view receipts setting
This commit is contained in:
parent
ad42d98774
commit
3702a67975
21 changed files with 161 additions and 35 deletions
|
@ -48,7 +48,7 @@ export type PropsType = {
|
|||
viewStory: ViewStoryActionCreatorType;
|
||||
isViewingStory: boolean;
|
||||
isStoriesSettingsVisible: boolean;
|
||||
hasReadReceiptSetting: boolean;
|
||||
hasViewReceiptSetting: boolean;
|
||||
};
|
||||
|
||||
type AddStoryType =
|
||||
|
@ -81,7 +81,7 @@ export const Stories = ({
|
|||
viewStory,
|
||||
isViewingStory,
|
||||
isStoriesSettingsVisible,
|
||||
hasReadReceiptSetting,
|
||||
hasViewReceiptSetting,
|
||||
}: PropsType): JSX.Element => {
|
||||
const width = getWidthFromPreferredWidth(preferredWidthFromStorage, {
|
||||
requiresFullWidth: true,
|
||||
|
@ -118,7 +118,7 @@ export const Stories = ({
|
|||
onSave={onSaveStory}
|
||||
queueStoryDownload={queueStoryDownload}
|
||||
viewStory={viewStory}
|
||||
hasReadReceiptSetting={hasReadReceiptSetting}
|
||||
hasViewReceiptSetting={hasViewReceiptSetting}
|
||||
/>
|
||||
) : (
|
||||
<StoriesPane
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue