From a68a09a83ef2eb411e2a7a66e919f27c040c0b6a Mon Sep 17 00:00:00 2001 From: r Date: Sat, 8 Feb 2020 11:50:14 +0000 Subject: Remove account relationship buttons for logged in user's page --- service/service.go | 1 + 1 file changed, 1 insertion(+) (limited to 'service') diff --git a/service/service.go b/service/service.go index c05097b..d762842 100644 --- a/service/service.go +++ b/service/service.go @@ -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, -- cgit v1.2.3