Add spam flag

This commit is contained in:
Athozus 2024-08-05 16:26:06 +02:00
parent 6fef89ec17
commit 5faad78664
No known key found for this signature in database
GPG Key ID: B50895022E8484BF

4
api.md
View File

@ -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
},{
...
}