mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 10:25:39 +02:00
メタ情報をレンダリングするように
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* 投稿を表す文字列を取得します。
|
||||
* @param {*} note 投稿
|
||||
* @param {*} note (packされた)投稿
|
||||
*/
|
||||
const summarize = (note: any): string => {
|
||||
if (note.isHidden) {
|
||||
|
||||
Reference in New Issue
Block a user