mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
da1394f029
commit
4ca955bbd1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class extends Channel {
|
|||
public onMessage(type: string, body: any) {
|
||||
switch (type) {
|
||||
case 'read':
|
||||
read(this.user!.id, this.otherpartyId, body.id);
|
||||
read(this.user!.id, this.otherpartyId, [body.id]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue