Add local_bulletin message area type
This commit is contained in:
parent
db014c16bf
commit
7fb9cdccb1
|
@ -81,8 +81,9 @@ function Message(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Message.WellKnownAreaNames = {
|
Message.WellKnownAreaNames = {
|
||||||
Invalid : '',
|
Invalid : '',
|
||||||
Private : 'private_mail'
|
Private : 'private_mail',
|
||||||
|
Bulletin : 'local_bulletin',
|
||||||
};
|
};
|
||||||
|
|
||||||
// :TODO: This doesn't seem like a good way to go -- perhaps only for local/user2user, or just use
|
// :TODO: This doesn't seem like a good way to go -- perhaps only for local/user2user, or just use
|
||||||
|
|
Loading…
Reference in New Issue