1
0

upd: move patch function and make note user always detail

This commit is contained in:
Mar0xy
2023-09-25 21:10:49 +02:00
parent 1e02899de7
commit a847e4d5cc
4 changed files with 4 additions and 15 deletions
@@ -8,7 +8,7 @@ namespace MisskeyEntity {
id: string
createdAt: string
userId: string
user: User
user: UserDetail
text: string | null
cw: string | null
visibility: 'public' | 'home' | 'followers' | 'specified'