Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo 2020-02-15 00:02:10 +09:00
commit 0305caf504

View file

@ -59,7 +59,7 @@ export default class MiOS extends EventEmitter {
let me = null;
// Return when not signed in
if (token == null) {
if (token == null || token === 'null') {
return done();
}