mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

Correctly parse notification/delete messages #28

Closed codesections closed 5 years ago

codesections commented 5 years ago

This PR fixes a bug where flodgatt was attempting to filter all messages based on their language property, leading to a crash when Redis returned responses without a language property (which included all notification, delete, and filters_changed events).