feat(backend): Federated note update (#1)
(cherry picked from commit 6af23d4e28893b0ab253182153973bcad1210ac0)
This commit is contained in:
parent
5812b15cbd
commit
e9fda7dd1a
11 changed files with 534 additions and 44 deletions
|
|
@ -117,7 +117,7 @@ export interface NoteEventTypes {
|
|||
};
|
||||
updated: {
|
||||
cw: string | null;
|
||||
text: string;
|
||||
text: string | null;
|
||||
};
|
||||
reacted: {
|
||||
reaction: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue