mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 06:35:57 +02:00
AP: 投票をレンダリング
This commit is contained in:
@@ -12,7 +12,6 @@ export interface IMessagingMessage {
|
||||
_id: mongo.ObjectID;
|
||||
createdAt: Date;
|
||||
text: string;
|
||||
textHtml: string;
|
||||
userId: mongo.ObjectID;
|
||||
recipientId: mongo.ObjectID;
|
||||
isRead: boolean;
|
||||
|
||||
Reference in New Issue
Block a user