Add label appeal tool to posts and accounts (#2124)
* Add label appeal tool to posts and accounts * Fix translations
This commit is contained in:
@@ -51,6 +51,16 @@ export type ReportModal = {
|
||||
| {did: string}
|
||||
)
|
||||
|
||||
export type AppealLabelModal = {
|
||||
name: 'appeal-label'
|
||||
} & (
|
||||
| {
|
||||
uri: string
|
||||
cid: string
|
||||
}
|
||||
| {did: string}
|
||||
)
|
||||
|
||||
export interface CreateOrEditListModal {
|
||||
name: 'create-or-edit-list'
|
||||
purpose?: string
|
||||
@@ -183,6 +193,7 @@ export type Modal =
|
||||
// Moderation
|
||||
| ModerationDetailsModal
|
||||
| ReportModal
|
||||
| AppealLabelModal
|
||||
|
||||
// Lists
|
||||
| CreateOrEditListModal
|
||||
|
||||
Reference in New Issue
Block a user