mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-19 09:56:48 -05:00
* Add check for missing tag param in streaming API Fixes error: ``` TypeError: Cannot read property 'toLowerCase' of undefined at app.get (.../streaming/index.js:493:50) ``` * Fix code style issues