Support additional sticker states
Co-authored-by: scott@signal.org Co-authored-by: ken@signal.org
This commit is contained in:
parent
41880cfe66
commit
be5d0837f8
35 changed files with 925 additions and 249 deletions
|
@ -31,3 +31,8 @@ export const getStickersPath = createSelector(
|
|||
getUser,
|
||||
(state: UserStateType): string => state.stickersPath
|
||||
);
|
||||
|
||||
export const getTempPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.tempPath
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue