-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2024-06-05] Fix notification preferences for Group Chats so they are "immediate" instead of "hidden" #40314
Comments
Job added to Upwork: https://www.upwork.com/jobs/~0163fccf2efd233395 |
Triggered auto assignment to Contributor Plus for review of internal employee PR - @Santhosh-Sellavel ( |
Since this is a backend issue I'm gonna remove @Santhosh-Sellavel |
Will do this this week. |
Any progress on this one? |
Sorry, haven't been able to work on this but will get at least a draft PR and hopefully a full PR out tomorrow. |
@srikarparsi are you working on this? The status is unassigned right now so I want to make sure it is categorized correctly! |
Hey! Yeah I am, have both PRs up, the Auth one still needs a little work to get the tests to pass. I think ETA is Thursday or Friday. |
Tests are failing. (I accidentally commented about a different PR in this PR 2 weeks ago) |
No update this week. Will try to get to this during onshore. |
No update yet |
No update yet. I should be able to get to this next week |
Focussed on other priorities |
No update |
No update, moving this to monthly because I don't think it's too high of a priority but I started it so going to try to finish |
^ |
Coming from https://expensify.slack.com/archives/C05RECHFBEW/p1712957522045629
Problem
When we implemented Group Chats we followed the existing pattern for our Group DMs where all users start with a
notificationPreference
of'hidden'
on the chat. This optimization existed so that any empty chats would not show up for users without any content in their LHN.However, upon reflection we have decided that this should behave closer to the existing "Rooms" behavior. Additionally, since we are adding descriptions to Group Chats this will help contextualize the experience for any invited users (see: #40312).
Solution
This will be an entirely backend change for the most part. We need to change the logic here when creating a Group Chat.
And numerous tests.
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: