diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-06 01:34:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-06 01:34:48 +0900 |
| commit | 440cf139bb7d5998523ae29c0c5e6394f570bc6c (patch) | |
| tree | 0f090fa9dc9c3a0625a33c380c17b51959684aad /src/renderers/get-note-summary.ts | |
| parent | 2.2.0 (diff) | |
| download | misskey-440cf139bb7d5998523ae29c0c5e6394f570bc6c.tar.gz misskey-440cf139bb7d5998523ae29c0c5e6394f570bc6c.tar.bz2 misskey-440cf139bb7d5998523ae29c0c5e6394f570bc6c.zip | |
メタ情報をレンダリングするように
Diffstat (limited to 'src/renderers/get-note-summary.ts')
| -rw-r--r-- | src/renderers/get-note-summary.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderers/get-note-summary.ts b/src/renderers/get-note-summary.ts index dfc05ebfd6..0844c0b184 100644 --- a/src/renderers/get-note-summary.ts +++ b/src/renderers/get-note-summary.ts @@ -1,6 +1,6 @@ /** * 投稿を表す文字列を取得します。 - * @param {*} note 投稿 + * @param {*} note (packされた)投稿 */ const summarize = (note: any): string => { if (note.isHidden) { |