This website requires JavaScript.
Explore
Help
Sign in
asonix
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
forked from
nutomic/lemmy
Code
Issues
Pull requests
Releases
Wiki
Activity
ba5c93c8da
lemmy
/
server
/
src
/
actions
/
mod.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Starting to work on Rust Diesel Schema. #5
2019-02-28 06:02:55 +00:00
pub
mod
user
;
Adding User and Community types.
2019-03-04 16:39:07 +00:00
pub
mod
community
;
pub
mod
post
;
Adding posts and comments.
2019-03-06 01:00:01 +00:00
pub
mod
comment
;
Adding forum / community pages - Adding main forum page. Fixes #11 - Adding view version for posts. #21 - Got rid of fedi user ids. Fixes #22 - Post sorting working. Fixes #24
2019-04-03 06:49:32 +00:00
pub
mod
post_view
;
Reference in a new issue
Copy permalink