メタ情報をレンダリングするように

This commit is contained in:
syuilo
2018-05-06 01:34:48 +09:00
parent d9cdc1f079
commit 440cf139bb
7 changed files with 110 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/**
* 投稿を表す文字列を取得します。
* @param {*} note 投稿
* @param {*} note (packされた)投稿
*/
const summarize = (note: any): string => {
if (note.isHidden) {