lib
This commit is contained in:
parent
6114b244e8
commit
c23471a781
|
@ -1161,10 +1161,9 @@
|
|||
V2C_ThemeCard: "_repolist"
|
||||
};
|
||||
WebModulesData.CodeFinder = {
|
||||
MessageHeader: ["usernameProfile", "avatarProfile", "subscribeToGroupId"]
|
||||
};
|
||||
WebModulesData.PropsFinder = {
|
||||
PopoutMessageHeader: "MessageTimestamp",
|
||||
MessageHeader: "MessageTimestamp",
|
||||
UnavailableGuildsButton: "UnavailableGuildsButton"
|
||||
};
|
||||
WebModulesData.NonPrototype = [].concat(WebModulesData.NonRender, Object.keys(WebModulesData.CodeFinder), Object.keys(WebModulesData.PropsFinder), WebModulesData.MemoComponent, [
|
||||
|
@ -2151,7 +2150,7 @@
|
|||
if (foundobj) found.push(foundobj);
|
||||
else {
|
||||
let guild = BDFDB.LibraryModules.GuildStore.getGuild(id);
|
||||
found.push(Object.assign(new guild.constructor(guild), {div:null, instance:null}))
|
||||
if (guild) found.push(Object.assign(new guild.constructor(guild), {div:null, instance:null}))
|
||||
}
|
||||
}
|
||||
return found;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue