Skip to content

Commit 3258476

Browse files
committed
Revert "Remove broadcastVanishRequest policy to see if that is causing a crash"
This reverts commit 7b32b6f.
1 parent 1c3d85e commit 3258476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strfry/plugins/policies.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const policies = [
2727
// Async policies
2828
[antiDuplicationPolicy, { ttl: 60000, minLength: 50 }],
2929
[rateLimitPolicy, { whitelist: [localhost] }],
30+
broadcastVanishRequests,
3031
];
3132

3233
for await (const msg of readStdin()) {

0 commit comments

Comments
 (0)