Added joined groups page
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
// Latest shows the latest groups.
|
||||
func Latest(ctx *aero.Context) string {
|
||||
groups := fetchGroups()
|
||||
groups := fetchGroups("")
|
||||
|
||||
sort.Slice(groups, func(i, j int) bool {
|
||||
return groups[i].Created > groups[j].Created
|
||||
|
Reference in New Issue
Block a user