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

Channel/Thread Chat Toggle #75

Merged
merged 8 commits into from
Jun 23, 2024
Merged

Channel/Thread Chat Toggle #75

merged 8 commits into from
Jun 23, 2024

Conversation

kevinthedang
Copy link
Owner

@kevinthedang kevinthedang commented Jun 21, 2024

Changes

  • All commands run in GuildText and some run in Threads
  • Channel historys and Thread histories are now separated where channels are done by id and user tag. Threads are the same still to allow for a flowing conversation.
  • Channel Toggle command to allow chats to be in GuildText channels or Thread channels.
  • the build.yml files will run on PR now to make sure the build is fine prior to merging into the master branch.
  • Some fixes were implemented on the path: on what constitutes as change for running the tests.

Screenshots

GuildText stored histories (without user preferences yet, that relies on a different feature -> #36)
image

Toggle working
image

@kevinthedang kevinthedang added the enhancement New feature or request label Jun 21, 2024
@kevinthedang kevinthedang self-assigned this Jun 21, 2024
Copy link
Collaborator

@JT2M0L3Y JT2M0L3Y left a comment

Choose a reason for hiding this comment

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

Should be suitable for users looking to choose between use of a channel and a separate thread.

I see no glaring issues with existing comments or fixes.

Nice to see the jsonHandler method starting to get more rounded out. Looking ahead, this has a potential to be reasonably coupled with future caching features.

@kevinthedang kevinthedang merged commit de15185 into master Jun 23, 2024
4 checks passed
@kevinthedang kevinthedang deleted the thread-channel-toggle branch June 23, 2024 03:57
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.

Thread/Channel Talk Toggle 0.5.0 removes ability to talk/respond in chat
2 participants