hoehermann / purple-signald

Pidgin libpurple bridge to signald.
GNU General Public License v3.0
153 stars 19 forks source link

Fix for bug in updated signal protocol handling. #15

Closed fancypantalons closed 4 years ago

fancypantalons commented 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).

In the new protocol, this field is simply absent.

This change ensures we can handle both the old and new protocols in this case.