revert: previous commit

This commit is contained in:
Mar0xy 2023-11-01 01:43:01 +01:00
parent 629c605b67
commit b02a977606
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 0 additions and 4 deletions

View File

@ -675,10 +675,6 @@ export class ApRendererService {
const files = await getPromisedFiles(note.fileIds);
if (note.fileIds.length > 0) {
files.map(x => this.renderUpdate(this.renderDocument(x), { id: note.userId }));
}
const text = note.text ?? '';
let poll: MiPoll | null = null;