mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Show BlockedBy on user page
Just show this information. No blockbots required.
This commit is contained in:
parent
1661219ab6
commit
5f688c6318
2 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ type Relationship struct {
|
|||
Following bool `json:"following"`
|
||||
FollowedBy bool `json:"followed_by"`
|
||||
Blocking bool `json:"blocking"`
|
||||
BlockedBy bool `json:"blocked_by"`
|
||||
Muting bool `json:"muting"`
|
||||
MutingNotifications bool `json:"muting_notifications"`
|
||||
Subscribing bool `json:"subscribing"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue