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

GRN2-155: Begin preparing for removal of Twitter accounts #615

Merged

Conversation

shawn-higgins1
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Jul 8, 2019

Coverage Status

Coverage decreased (-0.2%) to 91.958% when pulling 1692e6c on shawn-higgins1:twitter_deprecation into a3158b5 on bigbluebutton:v2.2-alpha.

@@ -19,6 +19,24 @@
module SessionsHelper
# Logs a user into GreenLight.
def login(user)
if !session["old_twitter_user_id"].nil? && user.provider != "twitter"
old_user = User.find(session["old_twitter_user_id"])

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest moving this code into its own private method

@jfederico jfederico merged commit 40b05b1 into bigbluebutton:v2.2-alpha Jul 9, 2019
balert pushed a commit to tubraunschweig/greenlight that referenced this pull request Mar 31, 2020
…ton#615)

* Add twitter deprecation message

* Fix rspec test

* Extract room switch to its own method

* update method name
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.

None yet

4 participants