Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove running attribute from BigbluebuttonRoom model #200

Merged
merged 3 commits into from
Jul 5, 2021

Conversation

mktn87
Copy link
Contributor

@mktn87 mktn87 commented Jun 23, 2021

The running accessors (read and write) were removed, so you can't use

  • room.running = val
    or
  • val = room.running
    anymore.

The is_running? method now calls fetch_is_running, so it's no longer necessary to call fetch_is_running.

It's not necessary to call fetch_is_running anymore, since it's called
inside the is_running? method.
@wpramio wpramio merged commit 106455f into master Jul 5, 2021
@wpramio wpramio deleted the refactor-old-code branch July 5, 2021 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants