1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 00:15:35 +02:00
This commit is contained in:
syuilo
2019-04-15 21:59:14 +09:00
parent 77ff7b9df0
commit 541f5bc0a6

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