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 empty notifications #1324

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

micahmo
Copy link
Member

@micahmo micahmo commented Apr 24, 2024

Pull Request Description

This PR fixes an issue with getting empty notifications generated by background checks. If it makes you better, I believe this was a regression that I introduced and was not related to the notifications refactor! 😊 I also snuck in another fix for generating usernames.

Followup to #1237.

@micahmo
Copy link
Member Author

micahmo commented Apr 24, 2024

I decided to tack on another fix for duplicate channels in OS settings by assigning the same channel ID for the same channel name. Note that this does not affect message grouping since it is done by group key instead.

@micahmo
Copy link
Member Author

micahmo commented Apr 24, 2024

I added one more tiny fix related to the payload of the message where we were adding the wrong ID (of the comment instead of the reply). Now I'm working on the account issue, but that will be separate.

Copy link
Member

@hjiangsu hjiangsu left a comment

Choose a reason for hiding this comment

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

LGTM!

@hjiangsu hjiangsu merged commit 09e4848 into thunder-app:develop Apr 24, 2024
1 check passed
@micahmo micahmo deleted the fix/empty-notifications branch April 24, 2024 15:37
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.

3 participants