matrix-react-sdk
707fd606 - Prevent crash on login of no guest session

Commit
8 years ago
Prevent crash on login of no guest session The bound functions are only set when the Notifier is started, so if stop() was called without start() having been called, the listener function would be null which would throw an exception.
Author
Parents
Loading