1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 20:15:55 +02:00

AP: 投票をレンダリング

This commit is contained in:
syuilo
2018-04-22 10:44:17 +09:00
parent 45dcfc8a00
commit 20e77196f2
10 changed files with 21 additions and 22 deletions

View File

@@ -22,7 +22,6 @@ export default async function(actor: IRemoteUser, uri: string): Promise<void> {
$set: {
deletedAt: new Date(),
text: null,
textHtml: null,
mediaIds: [],
poll: null
}