Commit 7148ea18 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Make AllowRecording into a method of group.

parent 03e57aac
...@@ -75,6 +75,10 @@ func (g *group) Redirect() string { ...@@ -75,6 +75,10 @@ func (g *group) Redirect() string {
return g.description.Redirect return g.description.Redirect
} }
func (g *group) AllowRecording() bool {
return g.description.AllowRecording
}
var groups struct { var groups struct {
mu sync.Mutex mu sync.Mutex
groups map[string]*group groups map[string]*group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment