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

Fix messages not being condensed correctly #2030

Merged
merged 1 commit into from
Feb 3, 2018
Merged

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Feb 3, 2018

Fixes #2028.

This was caused by jQuery conversion I did a couple of days ago, and this is the only place where .data was not used.

@xPaw xPaw added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. Meta: Skip Changelog This issue should not appear in the changelog. Will be skipped by the changelog generator. labels Feb 3, 2018
@xPaw xPaw added this to the 2.7.1 milestone Feb 3, 2018
Copy link
Member

@astorije astorije left a comment

Choose a reason for hiding this comment

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

FYI, the related change was this one: https://github.com/thelounge/lounge/pull/2015/files#diff-9daa1612f9db5562769e9dc159decf42L61

@xPaw, do you know why .prop("data-type") does not work?

@astorije astorije merged commit cb4312f into master Feb 3, 2018
@xPaw xPaw deleted the xpaw/fix-2028 branch February 3, 2018 16:59
@xPaw
Copy link
Member Author

xPaw commented Feb 3, 2018

@astorije data-type is not a property, .prop("dataset").type would work there.

@astorije
Copy link
Member

astorije commented Feb 3, 2018

Gotcha, thanks!

@astorije astorije removed the Meta: Skip Changelog This issue should not appear in the changelog. Will be skipped by the changelog generator. label Feb 3, 2018
@astorije
Copy link
Member

astorije commented Feb 3, 2018

(Removing the skip changelog tag, I'll group the refs in the #2015 PR changelog entry)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants