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

remove add_stack_slug_to_message_title utility from push notification titles #5258

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

imtoori
Copy link
Contributor

@imtoori imtoori commented Nov 15, 2024

What this PR does

We noticed that the backend was adding the stack name to the notification title only on Android.
We thought it makes sense to add the stack name only if the user has more than 1 stack connected, but that's not doable right now since the backend doesn't know how many stacks are connected in the app.
Also we took a look at the analytics for the app and basically 95% of the users have only 1 stack connected.

This pr removes the stack name from the notifications title.
If in the future we think it makes sense to add it conditionally based on the number of stacks we can open another pr, but given the very little amount of users with more than 1 stack I think this is not needed.

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • Added the relevant release notes label (see labels prefixed w/ release:). These labels dictate how your PR will
    show up in the autogenerated release notes.

@imtoori imtoori added pr:no public docs Added to a PR that does not require public documentation updates release:patch PR will be added to "Other Changes" section of release notes labels Nov 15, 2024
@imtoori imtoori requested a review from a team as a code owner November 15, 2024 09:47
Copy link
Member

@vadimkerr vadimkerr left a comment

Choose a reason for hiding this comment

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

LGTM

@vadimkerr vadimkerr added this pull request to the merge queue Nov 15, 2024
Merged via the queue into dev with commit 208db9c Nov 15, 2024
25 checks passed
@vadimkerr vadimkerr deleted the mobile-push-stack-name branch November 15, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates release:patch PR will be added to "Other Changes" section of release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants