We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
after discussion, notif structure:
{ emmiter: …, type: "new-messages", notif_id: …, body: { size: N, elements: {optional} [ { message_id: <str>, discussion_id: <str> }, … ], } }
elements is undefined when the number of new messages is over 20.
elements
undefined
the discussion_id is the last known id so it might not match the id stored in a tab (client side).
discussion_id
Sorry, something went wrong.
on the client, we need to parse the new scheme since all new notifs go like previous post
when receiving notifications:
?last-notif-id
-> this way we can't display how many new messages have been received
or eventually filter on discussion_ids found in batchs …
No branches or pull requests
The text was updated successfully, but these errors were encountered: