revert: previous commit
This commit is contained in:
@@ -675,10 +675,6 @@ export class ApRendererService {
|
|||||||
|
|
||||||
const files = await getPromisedFiles(note.fileIds);
|
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 ?? '';
|
const text = note.text ?? '';
|
||||||
let poll: MiPoll | null = null;
|
let poll: MiPoll | null = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user