File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ public function __construct() {
16
16
'face ' => 'helm ' ,
17
17
'head ' => 'cube '
18
18
];
19
+ $ this ->_supports_usernames = true ;
19
20
}
20
21
21
22
public function getUrlToFormat (string $ perspective ): string {
Original file line number Diff line number Diff line change 71
71
72
72
$ obj = new stdClass ();
73
73
$ obj ->id = $ result ->id ;
74
- $ obj ->username = "<img src=' {$ user ->getAvatar (30 )}' style='padding-right: 5px; max-height: 30px;'> " . Output::getClean ($ result ->username ) . "</img> " ;
74
+ $ obj ->username = "<img src=' {$ user ->getAvatar (64 )}' style='padding-right: 5px; max-height: 30px;'> " . Output::getClean ($ result ->username ) . "</img> " ;
75
75
$ obj ->joined = date (DATE_FORMAT , $ result ->joined );
76
76
77
77
// Get group
You can’t perform that action at this time.
0 commit comments