diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:59:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:59:11 +0900 |
| commit | 71065077f66662381a6d5f08ad8b345ceaf742db (patch) | |
| tree | b24eaf45f8738f1765f9baa53c42c8a8ca9d94c6 /src/api/models/channel.ts | |
| parent | wip (diff) | |
| download | misskey-71065077f66662381a6d5f08ad8b345ceaf742db.tar.gz misskey-71065077f66662381a6d5f08ad8b345ceaf742db.tar.bz2 misskey-71065077f66662381a6d5f08ad8b345ceaf742db.zip | |
wip
Diffstat (limited to '')
| -rw-r--r-- | src/api/models/channel.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/models/channel.ts b/src/api/models/channel.ts index aab21db070..1c7c52a34e 100644 --- a/src/api/models/channel.ts +++ b/src/api/models/channel.ts @@ -67,7 +67,7 @@ export const pack = ( deletedAt: { $exists: false } }); - _channel.is_watching = watch !== null; + _channel.isWatching = watch !== null; //#endregion } |