mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
ConferenceJson: fix hasFeedback()
This commit is contained in:
parent
bb92975bb7
commit
a5253f31ce
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class ConferenceJson extends Conference
|
|||
}
|
||||
|
||||
public function hasFeedback() {
|
||||
return $this->has('FEEDBACK');
|
||||
return isset($this->streamingConfig->features->relive) ? $this->streamingConfig->features->relive : false;
|
||||
}
|
||||
|
||||
public function hasBannerHtml() {
|
||||
|
|
Loading…
Reference in a new issue