1
0

upd: add backend for post editing

This commit is contained in:
Mar0xy
2023-09-22 21:05:42 +02:00
parent deb8f73127
commit feec3c302b
16 changed files with 1310 additions and 2 deletions
+2
View File
@@ -76,6 +76,7 @@ import { MiRoleAssignment } from '@/models/RoleAssignment.js';
import { MiFlash } from '@/models/Flash.js';
import { MiFlashLike } from '@/models/FlashLike.js';
import { MiUserMemo } from '@/models/UserMemo.js';
import { NoteEdit } from '@/models/NoteEdit.js';
import { Config } from '@/config.js';
import MisskeyLogger from '@/logger.js';
@@ -190,6 +191,7 @@ export const entities = [
MiFlash,
MiFlashLike,
MiUserMemo,
NoteEdit,
...charts,
];