mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
feat(plugin): Read all notifications button (#217)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
8f2c247f27
commit
5ce2dc1bb4
7 changed files with 186 additions and 2 deletions
|
@ -34,6 +34,9 @@ export const ReactDOM: typeof import("react-dom") = lazyWebpack(filters.byProps(
|
|||
|
||||
export const MessageStore = lazyWebpack(filters.byProps("getRawMessages")) as Omit<Stores.MessageStore, "getMessages"> & { getMessages(chanId: string): any; };
|
||||
export const PermissionStore = lazyWebpack(filters.byProps("can", "getGuildPermissions"));
|
||||
export const PrivateChannelsStore = lazyWebpack(filters.byProps("openPrivateChannel"));
|
||||
export const GuildChannelStore = lazyWebpack(filters.byProps("getChannels"));
|
||||
export const ReadStateStore = lazyWebpack(filters.byProps("lastMessageId"));
|
||||
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