This commit is contained in:
syuilo
2018-04-29 08:51:17 +09:00
parent e9940c9221
commit f2874d778a
75 changed files with 265 additions and 190 deletions

View File

@ -3,6 +3,10 @@
* @param {*} note 投稿
*/
const summarize = (note: any): string => {
if (note.isHidden) {
return '(非公開の投稿)';
}
let summary = '';
// チャンネル