[Webpack > Common] Add channels

pull/39/head
Oj18 3 years ago
parent 6e008e2a1f
commit 4eb2a92998

@ -10,6 +10,9 @@
- Fixed various crashes caused by switching to store from a DM
- Fixed clicking a page from a group DM causing member list to remain shown
- ### Webpack API [progress]
- Added new common module: channels
- ### Fixes [fixed]
- Fixed changelog not appearing on new update versions

@ -48,8 +48,10 @@ const obj = { // https://github.com/rauenzi/BetterDiscordApp/blob/master/src/mod
obj.common.Flux = obj.findByProps('Store', 'CachedStore', 'PersistedStore');
obj.common.FluxDispatcher = obj.findByProps('_waitQueue', '_orderedActionHandlers');
obj.common.i18n = obj.findByProps('Messages', '_requestedLocale');
obj.common.channels = obj.findByProps('getSelectedChannelState', 'getChannelId');
},
common: {}

Loading…
Cancel
Save