mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
feat(plugin): PlatformIndicators (#227)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
dcf1148bb4
commit
33c33eb0fd
2 changed files with 138 additions and 0 deletions
|
@ -37,6 +37,7 @@ export const PermissionStore = lazyWebpack(filters.byProps("can", "getGuildPermi
|
|||
export const PrivateChannelsStore = lazyWebpack(filters.byProps("openPrivateChannel"));
|
||||
export const GuildChannelStore = lazyWebpack(filters.byProps("getChannels"));
|
||||
export const ReadStateStore = lazyWebpack(filters.byProps("lastMessageId"));
|
||||
export const PresenceStore = lazyWebpack(filters.byProps("setCurrentUserOnConnectionOpen"));
|
||||
export let GuildStore: Stores.GuildStore;
|
||||
export let UserStore: Stores.UserStore;
|
||||
export let SelectedChannelStore: Stores.SelectedChannelStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue