UI for when read receipts are turned off
This commit is contained in:
parent
7632f31cf2
commit
39143015c5
8 changed files with 135 additions and 33 deletions
|
@ -130,3 +130,8 @@ export const getHasSetMyStoriesPrivacy = createSelector(
|
|||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state.hasSetMyStoriesPrivacy)
|
||||
);
|
||||
|
||||
export const getHasReadReceiptSetting = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state['read-receipt-setting'])
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue