1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-06 01:43:07 +09:00
MisskeyIO/src
Francis Dinh c89374c321
fix: Add comment property to DriveFile (#46)
* Add comment property to DriveFile

Some components of Misskey like the image viewer use this property, but it hasn't been defined in the type definition itself.

* Make DriveFile.comment nullable

There's a few places in the client code that checks for a null comment,
suggesting this field may be set to null.
2022-09-17 21:44:41 +09:00
..
acct.ts Rename render acct (#5) 2021-05-15 17:42:48 +09:00
api.ts fix lint 2021-12-28 00:45:47 +09:00
api.types.ts fix lint 2021-12-28 00:45:47 +09:00
consts.ts Update consts.ts 2022-03-06 15:58:44 +09:00
entities.ts fix: Add comment property to DriveFile (#46) 2022-09-17 21:44:41 +09:00
index.ts Resolve #38 2022-01-14 01:33:42 +09:00
streaming.ts fix (#42) 2022-01-30 11:27:43 +09:00
streaming.types.ts NoteUpdatedEvent に unreacted を追加 2022-02-03 02:24:42 +09:00