From 7fb9cdccb1fb3a74a322b1d7a6b6506f96179889 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 30 Dec 2015 22:28:25 -0700 Subject: [PATCH] Add local_bulletin message area type --- core/message.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/message.js b/core/message.js index 6f67ba9e..11dcbf83 100644 --- a/core/message.js +++ b/core/message.js @@ -81,8 +81,9 @@ function Message(options) { } Message.WellKnownAreaNames = { - Invalid : '', - Private : 'private_mail' + Invalid : '', + 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