diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-16 14:19:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-16 14:19:14 +0900 |
| commit | 0cd69cabc9f01f19754ad08ed32a15eb4d4518be (patch) | |
| tree | 2150d238a17e69032f5903aaea8b7823dd0b8ba3 /src/api/endpoints | |
| parent | :art: (diff) | |
| download | sharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.tar.gz sharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.tar.bz2 sharkey-0cd69cabc9f01f19754ad08ed32a15eb4d4518be.zip | |
お知らせをブロードキャストできるように
Diffstat (limited to 'src/api/endpoints')
| -rw-r--r-- | src/api/endpoints/meta.ts | 3 |
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 }); }); |