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

Added an option to hide rooms with zero users. #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AerysBat
Copy link

@AerysBat AerysBat commented Jun 8, 2015

Poked around in the source code out of curiosity this evening, just added an option to the channel list dialogue.

@kythyria kythyria closed this Jun 13, 2015
@kythyria kythyria reopened this Jun 13, 2015
@kythyria kythyria closed this Jun 14, 2015
@kythyria kythyria reopened this Jun 14, 2015
@AerysBat
Copy link
Author

so are you trying to encourage development on this client or what?

@kythyria
Copy link
Collaborator

Ah, sorry. I was viewing the PR on my phone and it's really easy to hit the close button by accident. I'll take a proper look at it when I get the chance.

debugMessage("account->loginHttps() error!");
emit loginError(this, "Login Error", QString("%1 (%2)").arg(error_message).arg(error_id));
debugMessage("account->loginHttps() error!");
if (error_message.compare("Password mismatch.")) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to hide the error ID for errors that aren't password failures?

@kythyria
Copy link
Collaborator

Okay. Gotten to look at it now.

It looks like a decent chunk of the changes will go away if you stick to 4-column tabs for indent, and spaces for alignment, particularly in files already laid out like that.

Also, the attempted changes to debugMessage() don't build.

That said, the actual feature does work.

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.

2 participants