]> Untitled Git - lemmy.git/commit
Adding stickied posts.
authorDessalines <tyhou13@gmx.com>
Mon, 9 Sep 2019 06:14:13 +0000 (23:14 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 9 Sep 2019 06:14:13 +0000 (23:14 -0700)
commit3f6b2be2cccedc4b743e8d80b84fde704980ea32
treea1303dd130b753ee2076a9d4136b02f51a7973c8
parent48a30089b251c4723a3c9fd91b052c1379b46c03
Adding stickied posts.

- Fixes #245
15 files changed:
server/migrations/2019-09-09-042010_add_stickied_posts/down.sql [new file with mode: 0644]
server/migrations/2019-09-09-042010_add_stickied_posts/up.sql [new file with mode: 0644]
server/src/api/post.rs
server/src/api/site.rs
server/src/db/comment.rs
server/src/db/comment_view.rs
server/src/db/moderator.rs
server/src/db/moderator_views.rs
server/src/db/post.rs
server/src/db/post_view.rs
server/src/schema.rs
ui/src/components/modlog.tsx
ui/src/components/post-listing.tsx
ui/src/interfaces.ts
ui/src/translations/en.ts