mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 22:08: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
|
@ -20,6 +20,7 @@
|
|||
{{if not .IsCurrent}}
|
||||
<div>
|
||||
<span> {{if .User.Pleroma.Relationship.FollowedBy}} follows you - {{end}} </span>
|
||||
{{if .User.Pleroma.Relationship.BlockedBy}} blocks you - {{end}}
|
||||
{{if .User.Pleroma.Relationship.Following}}
|
||||
<form class="d-inline" action="/unfollow/{{.User.ID}}" method="post">
|
||||
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue