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

Replace join_chat boolean with chat: ChatPresence #253

Merged
merged 12 commits into from
Mar 7, 2022
Merged

Conversation

Tkd-Alex
Copy link
Owner

@Tkd-Alex Tkd-Alex commented Aug 16, 2021

Description

Allowed values for chat are:

  • ALWAYS Join in IRC chat and never leave
  • NEVER Never join IRC chat
  • ONLINE Partecipate to IRC chat if the streamer is online (leave if offline)
  • OFFLINE Partecipate to IRC chat if the streamer is offline (leave if online)

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (README.md)
  • My changes generate no new warnings
  • Any dependent changes have been updated in requirements.txt

…ALWAYS, NEVER, ONLINE (ONLY), OFFLINE (ONLY)
@Tkd-Alex Tkd-Alex added the enhancement New feature or request label Aug 16, 2021
@Rakambda
Copy link
Contributor

As it is this is a breaking change no ? (non-breaking is currently checked)
join_chat=True of previous configurations will break when this is merged.

@Tkd-Alex
Copy link
Owner Author

uhm yes could break all the configurations files 🤔 we could maintain a backward compatibility with the join_chat=True as ChatPresence.online

@Tkd-Alex
Copy link
Owner Author

Edit: Marked as Breaking change

@Yishaqel
Copy link

Yishaqel commented Oct 4, 2021

¿Does this branch currently work? I am interested in giving it a try.

@Tkd-Alex
Copy link
Owner Author

Tkd-Alex commented Oct 4, 2021

@Yishaqel yup

@Yishaqel
Copy link

Yishaqel commented Oct 5, 2021

@Yishaqel yup

When I try to make it work I also get the error 'Error pagination' so I guess it is not up to date.

@Tkd-Alex Tkd-Alex marked this pull request as ready for review October 5, 2021 13:32
@Tkd-Alex
Copy link
Owner Author

Tkd-Alex commented Oct 5, 2021

@Yishaqel yup

When I try to make it work I also get the error 'Error pagination' so I guess it is not up to date.

Please try now :)

@Yishaqel
Copy link

Yishaqel commented Oct 5, 2021

@Yishaqel yup

When I try to make it work I also get the error 'Error pagination' so I guess it is not up to date.

Please try now :)

Now it works, I will be in this branch checking that everything works as it should.

@Tkd-Alex
Copy link
Owner Author

@Yishaqel yup

When I try to make it work I also get the error 'Error pagination' so I guess it is not up to date.

Please try now :)

Now it works, I will be in this branch checking that everything works as it should.

any news? :)

@Tkd-Alex Tkd-Alex merged commit de93229 into master Mar 7, 2022
@Tkd-Alex Tkd-Alex deleted the chat-presence branch March 8, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants