mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Add spam flag
This commit is contained in:
parent
6fef89ec17
commit
5faad78664
1 changed files with 3 additions and 1 deletions
4
api.md
4
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
|
||||
},{
|
||||
...
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue