mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Make AllowRecording into a method of group.
This commit is contained in:
parent
03e57aac90
commit
7148ea1864
1 changed files with 4 additions and 0 deletions
4
group.go
4
group.go
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue