This website requires JavaScript.
Explore
Help
Register
Sign in
zaaarf
/
upub
Watch
1
Star
0
Fork
You've already forked upub
0
forked from
alemi/upub
Code
Pull requests
Activity
40cee0fc87
upub
/
src
/
model
/
mod.rs
7 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: recreated models, now with sea_orm old ones from mastodon's blog weren't that useful since all objects/activities are traits in the end
2024-03-16 03:27:36 +01:00
pub
mod
user
;
pub
mod
status
;
feat: add simple models actor, webfinger, activity, object thanks gargron https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
2023-12-30 05:08:05 +01:00
pub
mod
activity
;
feat: recreated models, now with sea_orm old ones from mastodon's blog weren't that useful since all objects/activities are traits in the end
2024-03-16 03:27:36 +01:00
pub
mod
like
;
pub
mod
relation
;
Copy permalink