wip
This commit is contained in:
parent
e9940c9221
commit
f2874d778a
75 changed files with 265 additions and 190 deletions
|
|
@ -3,6 +3,10 @@
|
|||
* @param {*} note 投稿
|
||||
*/
|
||||
const summarize = (note: any): string => {
|
||||
if (note.isHidden) {
|
||||
return '(非公開の投稿)';
|
||||
}
|
||||
|
||||
let summary = '';
|
||||
|
||||
// チャンネル
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue