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

[BridgeAbstract] Add per-bridge configuration support #1300

Closed

Conversation

fulmeek
Copy link
Contributor

@fulmeek fulmeek commented Sep 28, 2019

This addresses issue #1170.

Bridges like the Twitch or YouTube API bridge (#1272), that need some kind of global configuration, may benefit from it. If you have any suggestions or comments, don't hesitate to post below.

Changed complicated array_key_exists() construct to a straitforward isset() check to satisfy the same purpose without causing a warning if self::$config is missing for some reason.
@fulmeek
Copy link
Contributor Author

fulmeek commented Sep 28, 2019

Weird that Travis complains about some bridges not in the scope of this PR, it didn't on my local instance.

Co-Authored-By: LogMANOriginal <LogMANOriginal@users.noreply.github.com>
@teromene
Copy link
Member

teromene commented Dec 5, 2019

I guess the aim of #1343 was to superseed this, I will try to work on it as soon as I am able to.

@logmanoriginal
Copy link
Contributor

I guess the aim of #1343 was to superseed this, I will try to work on it as soon as I am able to.

😮 You are right, I totally forgot about that one, sorry.

@fulmeek
Copy link
Contributor Author

fulmeek commented Dec 6, 2019

@teromene Me too, sorry about that.

@fulmeek
Copy link
Contributor Author

fulmeek commented Dec 6, 2019

Closed in favor of #1343

@fulmeek fulmeek closed this Dec 6, 2019
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.

3 participants