Note quota
This commit is contained in:
parent
5e9c367ea2
commit
e830f0deb1
|
@ -400,6 +400,8 @@ export class Socket extends EventEmitter {
|
||||||
(this.rateLimits.chains as any)[key] = (list.chains as any)[key]();
|
(this.rateLimits.chains as any)[key] = (list.chains as any)[key]();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.noteQuota.setParams(NoteQuota.PARAMS_NORMAL as any);
|
||||||
|
|
||||||
// Send note quota
|
// Send note quota
|
||||||
this.sendArray([
|
this.sendArray([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue