diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-14 14:39:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-14 14:39:07 +0900 |
| commit | d81c20f163f0884d04cd11e46221bfefc0ac9f22 (patch) | |
| tree | 68a7b4120540f580975eb21978b19d5375fd61b3 /src/models/note.ts | |
| parent | Better indexes (diff) | |
| download | sharkey-d81c20f163f0884d04cd11e46221bfefc0ac9f22.tar.gz sharkey-d81c20f163f0884d04cd11e46221bfefc0ac9f22.tar.bz2 sharkey-d81c20f163f0884d04cd11e46221bfefc0ac9f22.zip | |
hostLowerは廃止してhostにlowerしたものを入れるように
Diffstat (limited to 'src/models/note.ts')
| -rw-r--r-- | src/models/note.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index 3c1c2e18e1..6d315db4cf 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -66,7 +66,6 @@ export type INote = { }; _user: { host: string; - hostLower: string; account: { inbox?: string; }; |