From 5faad786641875ed9fb798e15a062e89c9ac4144 Mon Sep 17 00:00:00 2001 From: Athozus Date: Mon, 5 Aug 2024 16:26:06 +0200 Subject: [PATCH] Add spam flag --- api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api.md b/api.md index dae363c..aec8232 100644 --- a/api.md +++ b/api.md @@ -99,7 +99,9 @@ mod-storage entry for a player (indexed by playername and serialized with json): -- timestamp (os.time()) time = 1234, -- read-flag (true: player has read the mail, inbox only) - read = true + read = true, + -- spam-flag (true: that mail is noted as a spam) + spam = false },{ ... }