mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 15:27:16 +03:00
parent
869f0d0b08
commit
48647c3a7c
@ -136,8 +136,10 @@ var DISCORD = (function(){
|
||||
|
||||
if (array){
|
||||
for(let obj of array){
|
||||
if (obj.props.messages){
|
||||
Array.prototype.push.apply(messages, obj.props.messages);
|
||||
let nested = obj.props.children;
|
||||
|
||||
if (nested && nested.props && nested.props.messages){
|
||||
Array.prototype.push.apply(messages, nested.props.messages);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user