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() {
1616 'face ' => 'helm ' ,
1717 'head ' => 'cube '
1818 ];
19+ $ this ->_supports_usernames = true ;
1920 }
2021
2122 public function getUrlToFormat (string $ perspective ): string {
Original file line number Diff line number Diff line change 7171
7272 $ obj = new stdClass ();
7373 $ 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> " ;
7575 $ obj ->joined = date (DATE_FORMAT , $ result ->joined );
7676
7777 // Get group
You can’t perform that action at this time.
0 commit comments