Stickers
Co-authored-by: scott@signal.org Co-authored-by: ken@signal.org
This commit is contained in:
parent
8c8856785b
commit
29de50c12a
100 changed files with 7572 additions and 693 deletions
|
@ -21,3 +21,13 @@ export const getIntl = createSelector(
|
|||
getUser,
|
||||
(state: UserStateType): LocalizerType => state.i18n
|
||||
);
|
||||
|
||||
export const getAttachmentsPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.attachmentsPath
|
||||
);
|
||||
|
||||
export const getStickersPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.stickersPath
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue