update plugins

This commit is contained in:
Kukks
2024-11-01 09:22:16 +01:00
parent d6255c20e6
commit fdb2f39cdb
7 changed files with 25 additions and 24 deletions

View File

@@ -87,7 +87,7 @@
},
explicitQuery (){
const isExplicit = !!this.explicitId;
const explicitFrom = isExplicit ? this.explicitId: null;
const explicitFrom = isExplicit ? this.explicitId.replace('ff_', ''): null;
return isExplicit? `&from=${explicitFrom}&lockSend=true` : '';
},
amountQuery () {