This commit is contained in:
syuilo 2019-04-15 21:59:14 +09:00
parent 77ff7b9df0
commit 541f5bc0a6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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;
}
}