upd: megalodon to v7
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace PleromaEntity {
|
||||
export type Relationship = {
|
||||
id: string
|
||||
following: boolean
|
||||
followed_by: boolean
|
||||
blocking: boolean
|
||||
blocked_by: boolean
|
||||
muting: boolean
|
||||
muting_notifications: boolean
|
||||
requested: boolean
|
||||
domain_blocking: boolean
|
||||
showing_reblogs: boolean
|
||||
endorsed: boolean
|
||||
subscribing: boolean
|
||||
notifying: boolean
|
||||
note: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user