upd: clicky click on replies

This commit is contained in:
Mar0xy 2023-09-22 23:56:00 +02:00
parent 5d40ca6568
commit 0da4717983
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 9 additions and 2 deletions

View file

@ -144,7 +144,7 @@ export interface NoteStreamTypes {
};
updated: {
updatedAt: Date;
}
};
}
type NoteStreamEventTypes = {
[key in keyof NoteStreamTypes]: {