mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Leaving feedback to Sysop #20
* Cache sysop info after first user created * ACS check preventing sysop from sending feedback to themselves @ apply
This commit is contained in:
parent
3dbc90b04f
commit
839ab8fc91
3 changed files with 22 additions and 2 deletions
|
@ -85,6 +85,8 @@ Message.WellKnownAreaNames = {
|
|||
Private : 'private_mail'
|
||||
};
|
||||
|
||||
// :TODO: This doesn't seem like a good way to go -- perhaps only for local/user2user, or just use
|
||||
// a system similar to the "last read" for general areas
|
||||
Message.Status = {
|
||||
New : 0,
|
||||
Read : 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue