1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 01:55:36 +02:00

[Client] Fix bug

This commit is contained in:
syuilo
2017-01-22 19:23:52 +09:00
parent d96762cbac
commit 18ec136e1a

View File

@@ -9,3 +9,5 @@ module.exports = (me) ->
if @SIGNIN
@on \mount ~> me.on \updated @update
@on \unmount ~> me.off \updated @update
me: me