Fixing mark all as read. Fixes #72
This commit is contained in:
parent
3e87e61c0c
commit
e86b870bd5
2 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ export class WebSocketService {
|
|||
}
|
||||
|
||||
public markAllAsRead() {
|
||||
let form: MarkAllAsReadForm;
|
||||
let form: MarkAllAsReadForm = { auth: null };
|
||||
this.setAuth(form);
|
||||
this.ws.send(this.client.markAllAsRead(form));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue