clarify that restricted_writes do not include normal anti-spam heuristics and other kinds of soft-restrictions.

This commit is contained in:
fiatjaf 2023-11-19 10:17:57 -03:00
parent 50d20123e2
commit 438812d0a4
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

3
11.md
View File

@ -127,6 +127,9 @@ Even if set to False, authentication may be required for specific actions.
- `restricted_writes`: this relay requires some kind of condition to be fulfilled in order to - `restricted_writes`: this relay requires some kind of condition to be fulfilled in order to
accept events (not necessarily, but including `payment_required` and `min_pow_difficulty`). accept events (not necessarily, but including `payment_required` and `min_pow_difficulty`).
This should only be set to `true` when users are expected to know the relay policy before trying
to write to it -- like belonging to a special pubkey-based whitelist or writing only events of
a specific niche kind or content. Normal anti-spam heuristics, for example, do not qualify.
- `created_at_lower_limit`: 'created_at' lower limit as defined in [NIP-22](22.md) - `created_at_lower_limit`: 'created_at' lower limit as defined in [NIP-22](22.md)