This commit is contained in:
Mirco Wittrien 2020-02-07 15:04:22 +01:00
parent d18fcd6c22
commit fdc2bf2cb7
3 changed files with 6 additions and 5 deletions

View File

@ -1038,7 +1038,8 @@
"MessageHeader",
"MessageTimestamp",
"SystemMessage",
"SimpleMessageAccessories"
"SimpleMessageAccessories",
"UserInfo"
];
WebModulesData.MemoComponent = [
"MessageContent"

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
class BetterFriendCount {
getName () {return "BetterFriendCount";}
getVersion () {return "1.2.2";}
getVersion () {return "1.2.3";}
getAuthor () {return "DevilBro";}
@ -17,7 +17,7 @@ class BetterFriendCount {
this.patchedModules = {
after: {
TabBar: "render",
FriendRow: ["componentWillMount","componentWillUnmount"]
PeopleListItem: ["componentWillMount","componentWillUnmount"]
}
};
}
@ -101,7 +101,7 @@ class BetterFriendCount {
}
}
processFriendRow () {
processPeopleListItem () {
BDFDB.TimeUtils.clear(this.rerenderTimeout);
this.rerenderTimeout = BDFDB.TimeUtils.timeout(_ => {
delete this.rerenderTimeout;