Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Synapse is sending vastly different presence status in quick succession #3663

Closed
turt2live opened this issue Aug 7, 2018 · 4 comments
Closed

Comments

@turt2live
Copy link
Member

While logging all EDUs coming into a lower traffic server, the following (and similar) got logged quite often:

2018-08-07 14:26:35,944 - synapse.federation.transport.server - 294 - INFO - PUT-527- EDU: {u'content': {u'push': [{u'user_id': u'@redacted:domain.com', u'presence': u'online', u'last_active_ago': 801, u'currently_active': True}]}, u'edu_type': u'm.presence'}
2018-08-07 14:26:36,329 - synapse.federation.transport.server - 294 - INFO - PUT-528- EDU: {u'content': {u'push': [{u'user_id': u'@redacted:domain.com', u'presence': u'online', u'last_active_ago': 6975, u'currently_active': True}]}, u'edu_type': u'm.presence'}

These appear in two separate transactions, very close together. Shouldn't last_active_ago be pretty much the same in the above?

@neilisfragile
Copy link
Contributor

related to #3652 ?

@turt2live
Copy link
Member Author

Sorry, just noticed your comment. Related in which way?

@richvdh
Copy link
Member

richvdh commented Nov 1, 2018

I doubt #3652 is particularly relevant; however it is related to #3962 in that it's "synapse spews out nonsense about presence"

@richvdh
Copy link
Member

richvdh commented Sep 17, 2019

I reckon this was probably fixed by #4942.

@richvdh richvdh closed this as completed Sep 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants