Allow any user to join an open voice room
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ func (instance *Instance) livekitTokenHandler(w http.ResponseWriter, r *http.Req
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !instance.Groups.HasAccess(groupId, pubkey) {
|
if HasTag(meta.Tags, "restricted") && !instance.Groups.HasAccess(groupId, pubkey) {
|
||||||
http.Error(w, "not a group member", http.StatusForbidden)
|
http.Error(w, "not a group member", http.StatusForbidden)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user