Closed fancypantalons closed 4 years ago
For some message types, the destination field in the sent portion of a syncMessage would contain an empty string (e.g. group UPDATE operations).
destination
sent
syncMessage
In the new protocol, this field is simply absent.
This change ensures we can handle both the old and new protocols in this case.
For some message types, the
destination
field in thesent
portion of asyncMessage
would contain an empty string (e.g. group UPDATE operations).In the new protocol, this field is simply absent.
This change ensures we can handle both the old and new protocols in this case.