feat: note edit
This commit is contained in:
parent
a388e25f3e
commit
c106db89e1
16 changed files with 162 additions and 3 deletions
|
|
@ -130,6 +130,10 @@ export interface NoteStreamTypes {
|
|||
deleted: {
|
||||
deletedAt: Date;
|
||||
};
|
||||
updated: {
|
||||
cw: string | null;
|
||||
text: string;
|
||||
};
|
||||
reacted: {
|
||||
reaction: string;
|
||||
emoji?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue