Merge remote-tracking branch 'parent/main' into upstream-20241001
This commit is contained in:
commit
133a263f79
222 changed files with 1834 additions and 720 deletions
2
app/javascript/mastodon/models/media_attachment.ts
Normal file
2
app/javascript/mastodon/models/media_attachment.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Temporary until we type it correctly
|
||||
export type MediaAttachment = Immutable.Map<string, unknown>;
|
|
@ -10,3 +10,5 @@ export type Status = Immutable.Map<string, unknown>;
|
|||
type CardShape = Required<ApiPreviewCardJSON>;
|
||||
|
||||
export type Card = RecordOf<CardShape>;
|
||||
|
||||
export type MediaAttachment = Immutable.Map<string, unknown>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue