diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 12:40:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 12:40:48 +0900 |
| commit | ed18d3cc2283ea15c6909df9bfbc16027c0ab003 (patch) | |
| tree | 5e7be8b94d24cfd908b811e231819bb77b3362c0 /src/web/app/common | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-ed18d3cc2283ea15c6909df9bfbc16027c0ab003.tar.gz sharkey-ed18d3cc2283ea15c6909df9bfbc16027c0ab003.tar.bz2 sharkey-ed18d3cc2283ea15c6909df9bfbc16027c0ab003.zip | |
#935
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/mios.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/common/mios.ts b/src/web/app/common/mios.ts index 838be9c370..96dac70f61 100644 --- a/src/web/app/common/mios.ts +++ b/src/web/app/common/mios.ts @@ -198,6 +198,7 @@ export default class MiOS extends EventEmitter { fetchme(cachedMe.token, freshData => { Object.assign(cachedMe, freshData); cachedMe.trigger('updated'); + cachedMe.trigger('refreshed'); }); } else { // Get token from cookie |