summaryrefslogtreecommitdiff
path: root/src/models/note.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-14 14:39:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-14 14:39:07 +0900
commitd81c20f163f0884d04cd11e46221bfefc0ac9f22 (patch)
tree68a7b4120540f580975eb21978b19d5375fd61b3 /src/models/note.ts
parentBetter indexes (diff)
downloadsharkey-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.ts1
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;
};