feat(plugin): sort friend requests by date received (#280)
This commit is contained in:
parent
022bf17140
commit
ee24439795
4 changed files with 80 additions and 1 deletions
|
|
@ -137,6 +137,7 @@ function patchPush() {
|
|||
|
||||
// @ts-ignore we change all patch.replacement to array in plugins/index
|
||||
for (const replacement of patch.replacement) {
|
||||
if (replacement.predicate && !replacement.predicate()) continue;
|
||||
const lastMod = mod;
|
||||
const lastCode = code;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue