]> Untitled Git - lemmy.git/commit
Adding ability to do mod action on post creator
authorDessalines <tyhou13@gmx.com>
Fri, 6 Sep 2019 00:18:48 +0000 (17:18 -0700)
committerDessalines <tyhou13@gmx.com>
Fri, 6 Sep 2019 00:18:48 +0000 (17:18 -0700)
commit565fc0abdb3857390fb61cfcfeffa6fa0378ed6f
tree44c07b15d8501167ce359a6f7cf180c2acab2462
parentbeea10454bb59ef3795fc92c994cab3557e90fee
Adding ability to do mod action on post creator

- Fixes #248
- Show banned on user comment and user overview. Fixes #264
server/migrations/2019-09-05-230317_add_mod_ban_views/down.sql [new file with mode: 0644]
server/migrations/2019-09-05-230317_add_mod_ban_views/up.sql [new file with mode: 0644]
server/src/db/post_view.rs
ui/src/components/comment-node.tsx
ui/src/components/post-listing.tsx
ui/src/components/post.tsx
ui/src/components/user.tsx
ui/src/interfaces.ts
ui/src/translations/en.ts