diff options
| -rw-r--r-- | 40.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -41,6 +41,12 @@ Clients SHOULD use the `supported_nips` field to learn if a relay supports this | |||
| 41 | 41 | ||
| 42 | Clients MUST ignore events that have expired. | 42 | Clients MUST ignore events that have expired. |
| 43 | 43 | ||
| 44 | Relay Behavior | ||
| 45 | -------------- | ||
| 46 | |||
| 47 | Relays SHOULD NOT delete an expired message immediately on expiration. Relays that wish to purge expired messages from their DB should allow for a grace period before deletion. For example, this could be 24h after event expiration. | ||
| 48 | Relays MAY choose to not delete expired messages. | ||
| 49 | |||
| 44 | Suggested Use Cases | 50 | Suggested Use Cases |
| 45 | ------------------- | 51 | ------------------- |
| 46 | 52 | ||