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

catch missing rooms when deleting #94

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

JacksonChen666
Copy link
Collaborator

@JacksonChen666 JacksonChen666 commented Feb 20, 2023

it basically duplicates the details command, but now it has error
handling.
this code could probably be better if ctx.invoke returned something
useful instead of None, like info about the request or whatever.

fixes #87
References: #87

it basically duplicates the details command, but now it has error
handling.
this code could probably be better if ctx.invoke returned something
useful instead of None, like info about the request or whatever.

fixes JOJ0#87
References: JOJ0#87
@JacksonChen666 JacksonChen666 requested review from Ascurius and JOJ0 and removed request for JOJ0 and Ascurius March 2, 2023 19:36
Copy link
Owner

@JOJ0 JOJ0 left a comment

Choose a reason for hiding this comment

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

I'm fine with that, it's not a ton of code that is doubled so let's just merge it!

@JOJ0 JOJ0 merged commit 0fa5942 into JOJ0:master Mar 3, 2023
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.

Catch non-existent rooms on room delete earlier
2 participants