Remove global boosts
state and convert boosts modal to Typescript (#29774)
This commit is contained in:
parent
8a498f4e65
commit
67442f9039
13 changed files with 175 additions and 198 deletions
4
app/javascript/mastodon/models/status.ts
Normal file
4
app/javascript/mastodon/models/status.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export type StatusVisibility = 'public' | 'unlisted' | 'private' | 'direct';
|
||||
|
||||
// Temporary until we type it correctly
|
||||
export type Status = Immutable.Map<string, unknown>;
|
Loading…
Add table
Add a link
Reference in a new issue