feat: per-listing E2E keypairs, eliminate insecure pending chat flow
This commit is contained in:
@@ -43,6 +43,7 @@ Haupttabelle für alle Anzeigen.
|
||||
| `views` | integer | Aufrufzähler |
|
||||
| `expires_at` | datetime | Ablaufdatum |
|
||||
| `monero_address` | string | XMR-Adresse für Zahlung |
|
||||
| `contact_public_key` | text | NaCl Public Key für E2E-Chat (pro Listing) |
|
||||
| `date_created` | datetime | Erstellungsdatum |
|
||||
| `date_updated` | datetime | Änderungsdatum |
|
||||
| `user_created` | UUID | Ersteller (FK → directus_users) |
|
||||
@@ -232,6 +233,7 @@ Meldungen von Anzeigen.
|
||||
- `category`, `condition`, `location`
|
||||
- `shipping`, `shipping_cost`
|
||||
- `monero_address`
|
||||
- `contact_public_key`
|
||||
- `images`
|
||||
- `views` (geschützt durch Flow)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user