Merge branch 'misskey-develop' into merge/2025-03-24
# Conflicts: # .github/workflows/storybook.yml
This commit is contained in:
commit
11e578c10d
4 changed files with 18 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ class ChatRoomChannel extends Channel {
|
|||
}
|
||||
|
||||
@bindThis
|
||||
private async onEvent(data: GlobalEvents['chat']['payload']) {
|
||||
private async onEvent(data: GlobalEvents['chatRoom']['payload']) {
|
||||
this.send(data.type, data.body);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class ChatUserChannel extends Channel {
|
|||
}
|
||||
|
||||
@bindThis
|
||||
private async onEvent(data: GlobalEvents['chat']['payload']) {
|
||||
private async onEvent(data: GlobalEvents['chatUser']['payload']) {
|
||||
this.send(data.type, data.body);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue