]> cat aescling's git repositories - mastodon.git/commit
Add check for missing tag param in streaming API (#8955)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 11 Oct 2018 17:24:43 +0000 (19:24 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 17:24:43 +0000 (19:24 +0200)
commit18e7ef6edabf85020f04fe6582ad5cdaae253d8a
tree94884fc196e7a79cb70b734e4ab39ee87fda5ca9
parente6c01171dee34896b9409448c8fce8759bbaf27b
Add check for missing tag param in streaming API (#8955)

* 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
streaming/index.js