add comment

This commit is contained in:
tamaina 2023-07-31 04:17:21 +00:00
parent db99018821
commit 8a9eb73b6b
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ export class NoteManager {
* Ref
* user, renote, replyを持たない
* nullは削除済みであることを表す
*
* 使
*/
private notesSource: Map<Note['id'], CachedNoteSource>;