feat(backend): Federated note update (#1)

(cherry picked from commit 6af23d4e28893b0ab253182153973bcad1210ac0)
This commit is contained in:
Caipira 2023-10-21 00:29:12 +09:00 committed by mattyatea
parent 5812b15cbd
commit e9fda7dd1a
11 changed files with 534 additions and 44 deletions

View file

@ -117,7 +117,7 @@ export interface NoteEventTypes {
};
updated: {
cw: string | null;
text: string;
text: string | null;
};
reacted: {
reaction: string;