upd: add history endpoint, make sure all areas use new convertAccount
This commit is contained in:
@@ -2,7 +2,8 @@ namespace Entity {
|
||||
export type List = {
|
||||
id: string
|
||||
title: string
|
||||
replies_policy: RepliesPolicy | null
|
||||
replies_policy?: RepliesPolicy | null
|
||||
exclusive?: RepliesPolicy | null
|
||||
}
|
||||
|
||||
export type RepliesPolicy = 'followed' | 'list' | 'none'
|
||||
|
||||
Reference in New Issue
Block a user