summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-16 14:19:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-16 14:19:14 +0900
commit0cd69cabc9f01f19754ad08ed32a15eb4d4518be (patch)
tree2150d238a17e69032f5903aaea8b7823dd0b8ba3 /src/api
parent:art: (diff)
downloadsharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.tar.gz
sharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.tar.bz2
sharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.zip
お知らせをブロードキャストできるように
Diffstat (limited to 'src/api')
-rw-r--r--src/api/endpoints/meta.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/endpoints/meta.ts b/src/api/endpoints/meta.ts
index 4f626efa6f..e27ca39e7e 100644
--- a/src/api/endpoints/meta.ts
+++ b/src/api/endpoints/meta.ts
@@ -53,6 +53,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
model: os.cpus()[0].model,
cores: os.cpus().length
},
- top_image: meta.top_image
+ top_image: meta.top_image,
+ broadcasts: meta.broadcasts
});
});