summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-20 18:39:45 -0500
committerDessalines <tyhou13@gmx.com>2020-01-20 18:39:45 -0500
commita964b4ce21cc19eb42ae4da1a1aef8bfc0a1df5c (patch)
treee1143d93855032c86090e8d153e55f7e778a7a17 /ui/src/interfaces.ts
parent86871d17ac5d6aa14ef8515bd5569c85e68a65b6 (diff)
Allow comment/post upvoting from other pages.
- Fixes #355 - Votes now coming back for posts and comments on search page.
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 232d1388..c21d3d26 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -700,6 +700,7 @@ export interface SearchForm {
sort: string;
page?: number;
limit?: number;
+ auth?: string;
}
export interface SearchResponse {