pl-fe: why did i ever push this

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-08-13 10:25:14 +02:00
parent d95dd3378c
commit aab55f6131

View File

@ -8,6 +8,6 @@ import { useAppSelector } from './use-app-selector';
(window as any).plapi = plapi;
/** Get features for the current instance. */
const useFeatures = (): Features => ({ ...useAppSelector(state => state.auth.client.features), emojiReacts: true, emojiReactsList: true });
const useFeatures = (): Features => useAppSelector(state => state.auth.client.features);
export { useFeatures };