forgot this

This commit is contained in:
Nuckyz 2024-05-15 00:00:54 -03:00
parent c72099fc39
commit 0cc89996c6
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -24,7 +24,7 @@ export const Flux = findByProps<t.Flux>("connectStores");
export type GenericStore = t.FluxStore & Record<string, any>; export type GenericStore = t.FluxStore & Record<string, any>;
export const { DraftType }: { DraftType: typeof t.DraftType; } = findByPropsLazy("DraftType"); export const DraftType = find<typeof t.DraftType>(filters.byProps("DraftType"), m => m.DraftType);
// This is not actually a FluxStore // This is not actually a FluxStore
export const PrivateChannelsStore = findByProps("openPrivateChannel"); export const PrivateChannelsStore = findByProps("openPrivateChannel");