Implemented group image upload
This commit is contained in:
9
pages/groups/fetch.go
Normal file
9
pages/groups/fetch.go
Normal file
@ -0,0 +1,9 @@
|
||||
package groups
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
|
||||
func fetchGroups() []*arn.Group {
|
||||
return arn.FilterGroups(func(group *arn.Group) bool {
|
||||
return !group.IsDraft
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user