diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 10:44:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 10:44:17 +0900 |
| commit | 20e77196f28178c869402985761bd4c2fa74bf0a (patch) | |
| tree | beb333d0a01cf6752bdcc6028c82ce63f579f1f1 /src/models | |
| parent | Fix #1531 (diff) | |
| download | sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.tar.gz sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.tar.bz2 sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.zip | |
AP: 投票をレンダリング
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/messaging-message.ts | 1 | ||||
| -rw-r--r-- | src/models/note.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/models/messaging-message.ts b/src/models/messaging-message.ts index 9d62fab4fa..a6a50fc8cf 100644 --- a/src/models/messaging-message.ts +++ b/src/models/messaging-message.ts @@ -12,7 +12,6 @@ export interface IMessagingMessage { _id: mongo.ObjectID; createdAt: Date; text: string; - textHtml: string; userId: mongo.ObjectID; recipientId: mongo.ObjectID; isRead: boolean; diff --git a/src/models/note.ts b/src/models/note.ts index d4b16afa4c..02801b62de 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -38,7 +38,6 @@ export type INote = { poll: any; // todo text: string; tags: string[]; - textHtml: string; cw: string; userId: mongo.ObjectID; appId: mongo.ObjectID; |