summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/streaming/home.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-28 17:05:36 +0900
committerGitHub <noreply@github.com>2018-03-28 17:05:36 +0900
commit46e530ef41bb640cfa66438e888d1ecd6f90f6bb (patch)
treea23eefae5e437ad6adc7dfe190daba81138aa70b /src/web/app/common/scripts/streaming/home.ts
parent#1294 (diff)
parentoops (diff)
downloadmisskey-46e530ef41bb640cfa66438e888d1ecd6f90f6bb.tar.gz
misskey-46e530ef41bb640cfa66438e888d1ecd6f90f6bb.tar.bz2
misskey-46e530ef41bb640cfa66438e888d1ecd6f90f6bb.zip
Merge pull request #1324 from syuilo/#1288-2
snake_case を camelCase にするなどした
Diffstat (limited to 'src/web/app/common/scripts/streaming/home.ts')
-rw-r--r--src/web/app/common/scripts/streaming/home.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/streaming/home.ts b/src/web/app/common/scripts/streaming/home.ts
index ffcf6e5360..c198619400 100644
--- a/src/web/app/common/scripts/streaming/home.ts
+++ b/src/web/app/common/scripts/streaming/home.ts
@@ -16,7 +16,7 @@ export class HomeStream extends Stream {
// 最終利用日時を更新するため定期的にaliveメッセージを送信
setInterval(() => {
this.send({ type: 'alive' });
- me.account.last_used_at = new Date();
+ me.account.lastUsedAt = new Date();
}, 1000 * 60);
// 自分の情報が更新されたとき