mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-21 06:14:24 +01:00
pool: skip event verification
This commit is contained in:
@@ -65,7 +65,10 @@ export class Storages {
|
||||
|
||||
return new NPool({
|
||||
open(url) {
|
||||
return new NRelay1(url);
|
||||
return new NRelay1(url, {
|
||||
// Skip event verification (it's done in the pipeline).
|
||||
verifyEvent: () => true,
|
||||
});
|
||||
},
|
||||
reqRouter: async (filters) => {
|
||||
return new Map(activeRelays.map((relay) => {
|
||||
|
||||
Reference in New Issue
Block a user