stuff
This commit is contained in:
parent
c23471a781
commit
5109d8a5bf
|
@ -9057,6 +9057,13 @@
|
|||
|
||||
return settingspanel = BDFDB.PluginUtils.createSettingsPanel(BDFDB, settingsitems);
|
||||
};
|
||||
|
||||
let MessageHeaderExport = BDFDB.ModuleUtils.findByProperties("MessageTimestamp", false);
|
||||
if (MessageHeaderExport) InternalBDFDB.processMessage = function (e) {
|
||||
if (BDFDB.ReactUtils.getValue(e, "instance.props.childrenHeader.type.type.name") && BDFDB.ReactUtils.getValue(e, "instance.props.childrenHeader.props.message")) {
|
||||
e.instance.props.childrenHeader.type = MessageHeaderExport.exports.default;
|
||||
}
|
||||
};
|
||||
|
||||
const BDFDB_Patrons = [
|
||||
"363785301195358221"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue