Show read/viewed even after read receipts disabled
This commit is contained in:
parent
8bcf3addc7
commit
2c59c71872
6 changed files with 20 additions and 70 deletions
|
@ -20,11 +20,6 @@ export const getUserAgent = createSelector(
|
|||
(state: ItemsStateType): string => state.userAgent as string
|
||||
);
|
||||
|
||||
export const getReadReceiptSetting = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): boolean => Boolean(state['read-receipt-setting'])
|
||||
);
|
||||
|
||||
export const getPinnedConversationIds = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): Array<string> =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue