]> Untitled Git - lemmy.git/commit
Allow comment/post upvoting from other pages.
authorDessalines <tyhou13@gmx.com>
Mon, 20 Jan 2020 23:39:45 +0000 (18:39 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 20 Jan 2020 23:39:45 +0000 (18:39 -0500)
commita964b4ce21cc19eb42ae4da1a1aef8bfc0a1df5c
treee1143d93855032c86090e8d153e55f7e778a7a17
parent86871d17ac5d6aa14ef8515bd5569c85e68a65b6
Allow comment/post upvoting from other pages.

- Fixes #355
- Votes now coming back for posts and comments on search page.
server/src/api/site.rs
ui/src/components/post-listing.tsx
ui/src/components/search.tsx
ui/src/components/user.tsx
ui/src/interfaces.ts
ui/src/services/WebSocketService.ts