Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Not all messages are in a channel
we see confirms an errors without a channel designation. @makarid I believe you were asking about this
- Loading branch information
5d99819
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So will this fix stop these error messages to pop up to infinity?
5d99819
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It stop NPEs when getChannelFromMessage returns null (when there is no channel in the message)
like
5d99819
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!!! Thanks a lot @mdvx