Add ability to report account

This commit is contained in:
Chocobozzz 2020-07-09 15:54:24 +02:00 committed by Chocobozzz
parent 8ca56654a1
commit cfde28bac3
33 changed files with 514 additions and 214 deletions

View file

@ -62,9 +62,9 @@ export interface Abuse {
// FIXME: deprecated in 2.3, remove the following properties
// @deprecated
startAt: null
startAt?: null
// @deprecated
endAt: null
endAt?: null
// @deprecated
count?: number

View file

@ -73,7 +73,9 @@ export interface UserNotification {
threadId: number
video: {
id: number
uuid: string
name: string
}
}