メタ情報をレンダリングするように
This commit is contained in:
parent
d9cdc1f079
commit
440cf139bb
7 changed files with 110 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* 投稿を表す文字列を取得します。
|
||||
* @param {*} note 投稿
|
||||
* @param {*} note (packされた)投稿
|
||||
*/
|
||||
const summarize = (note: any): string => {
|
||||
if (note.isHidden) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue