enhance: チャットのリアクションを削除できるように
This commit is contained in:
parent
8e72c68205
commit
98554579ea
11 changed files with 226 additions and 16 deletions
|
|
@ -167,6 +167,11 @@ export interface ChatEventTypes {
|
|||
user?: Packed<'UserLite'>;
|
||||
messageId: MiChatMessage['id'];
|
||||
};
|
||||
unreact: {
|
||||
reaction: string;
|
||||
user?: Packed<'UserLite'>;
|
||||
messageId: MiChatMessage['id'];
|
||||
};
|
||||
}
|
||||
|
||||
export interface ReversiEventTypes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue