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

Notification decode error for unnamed group chats #391

Open
FelberMartin opened this issue Feb 6, 2025 · 1 comment
Open

Notification decode error for unnamed group chats #391

FelberMartin opened this issue Feb 6, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@FelberMartin
Copy link
Collaborator

Describe the bug

When having a group chat with the default name (just the concatenated user names), notifications about new posts in this chat will result in a decode error and no notification will be displayed to the app user.

To Reproduce
Steps to reproduce the behavior:

  1. On the webapp create a new group chat with participants A and B
  2. Log into Android app as B and activate notifications
  3. Send a post in the new group chat as A from the webapp
  4. See notification decode error in logcat

Expected behavior
Receive a notification and no error.

Screenshots

Image

Additional context

@anian03
Copy link
Member

anian03 commented Feb 10, 2025

This is a server side issue, we have the same problem on iOS. There is a null value instead of the group name in the placeholder array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants