mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Remove account relationship buttons for logged in user's page
This commit is contained in:
parent
1e44d5d3d5
commit
a68a09a83e
3 changed files with 19 additions and 6 deletions
|
@ -527,6 +527,7 @@ func (svc *service) ServeUserPage(ctx context.Context, c *model.Client,
|
|||
|
||||
data := &renderer.UserData{
|
||||
User: user,
|
||||
IsCurrent: commonData.IsCurrentUser(user.ID),
|
||||
Type: pageType,
|
||||
Users: users,
|
||||
Statuses: statuses,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue