summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-09-28 16:57:04 +0900
committernztqa <nztqa@users.noreply.github.com>2017-09-28 16:57:04 +0900
commitaa1876f94c71d252d427f298e9b37c87f2fe4127 (patch)
tree6540ff8c3af1875edc6e1f0d2ce7d9480b86bdb8 /server
parenteb945f26a3be316fb2ae4452d6db45a11f8b91d4 (diff)
downloadwekan-aa1876f94c71d252d427f298e9b37c87f2fe4127.tar.gz
wekan-aa1876f94c71d252d427f298e9b37c87f2fe4127.tar.bz2
wekan-aa1876f94c71d252d427f298e9b37c87f2fe4127.zip
Add message from service administrator
Diffstat (limited to 'server')
-rw-r--r--server/publications/notices.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/publications/notices.js b/server/publications/notices.js
new file mode 100644
index 00000000..8910d740
--- /dev/null
+++ b/server/publications/notices.js
@@ -0,0 +1,3 @@
+Meteor.publish('notices', function() {
+ return Notices.find();
+});