mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-09 13:28:44 +00:00
Fix display name and title on mute page
This commit is contained in:
parent
8a26dd1908
commit
426e9ad14f
2 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ func (s *service) MutePage(c *client, id string) (err error) {
|
|||
if err != nil {
|
||||
return
|
||||
}
|
||||
cdata := s.cdata(c, "Mute"+user.DisplayName+" @"+user.Acct, 0, 0, "")
|
||||
cdata := s.cdata(c, "Mute "+user.DisplayName+" @"+user.Acct, 0, 0, "")
|
||||
data := &renderer.UserData{
|
||||
User: user,
|
||||
CommonData: cdata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue