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

Wrong isMine property in websocket seen messages #315

Open
maryayi opened this issue Feb 23, 2019 · 0 comments
Open

Wrong isMine property in websocket seen messages #315

maryayi opened this issue Feb 23, 2019 · 0 comments
Labels
bug something isn't working

Comments

@maryayi
Copy link
Contributor

maryayi commented Feb 23, 2019

When I replied a message of myself and another user sees it, the seen message coming from websocket has a wrong isMine value in replyTo field:
For example (Shown by: THIS IS WRONG! in the JSON) :

{
  "createdAt": "2019-02-23T13:29:26.797589",
  // ...
  "replyTo": {
    "id": 42,
    // ...
    "isMine": false, // THIS IS WRONG!
    // ...
  },
  // ...
  "id": 43,
  "type": "seen"
}
@maryayi maryayi added the bug something isn't working label Feb 23, 2019
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

1 participant