mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 06:17:02 -04:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
ef81244269
17 changed files with 64 additions and 35 deletions
|
@ -111,8 +111,8 @@ export default definePlugin({
|
|||
replace: "$self.getScrollOffset(arguments[0],$1,this.props.padding,this.state.preRenderedChildren,$&)"
|
||||
},
|
||||
{
|
||||
match: /(?<=scrollToChannel\(\i\){.{1,300})this\.props\.privateChannelIds/,
|
||||
replace: "[...$&,...$self.getAllUncollapsedChannels()]"
|
||||
match: /(scrollToChannel\(\i\){.{1,300})(this\.props\.privateChannelIds)/,
|
||||
replace: "$1[...$2,...$self.getAllUncollapsedChannels()]"
|
||||
},
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue