1
0

revert: always get detailed user

This commit is contained in:
Mar0xy
2023-09-25 21:14:52 +02:00
parent 0ed87ddef2
commit a505e51777
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@ namespace MisskeyEntity {
id: string
createdAt: string
userId: string
user: UserDetail
user: User
text: string | null
cw: string | null
visibility: 'public' | 'home' | 'followers' | 'specified'