Merge branch 'main' into split_user_table_2

This commit is contained in:
Dessalines 2021-03-22 10:46:52 -04:00
commit 0012c349a2

View file

@ -353,7 +353,7 @@ export class LemmyHttp {
return this.wrapper(HttpType.Post, '/user/password_change', form);
}
async markAllAsRead(form: MarkAllAsRead): Promise<LoginResponse> {
async markAllAsRead(form: MarkAllAsRead): Promise<GetRepliesResponse> {
return this.wrapper(HttpType.Post, '/user/mark_all_as_read', form);
}