Plume/src/models
Bat 3fe2625e86 Simplify the Inbox trait
If we want to add, for instance, streams in the future, we could introduce
a new trait for that, similar to FromActivity or Notify

We also display inbox errors to the "client" if something fails,
which could be useful for debugging.
2018-06-21 17:00:37 +01:00
..
blog_authors.rs Introduce an insert! macro to avoid some code duplication 2018-06-18 14:57:38 +01:00
blogs.rs Simplify the signature of activity_pub::sign::Signer::get_key_id 2018-06-21 16:25:32 +01:00
comments.rs Avoid calling compute_id when we shouldn't 2018-06-21 15:53:58 +01:00
follows.rs Remove PgConnection when we don't need it 2018-06-21 16:31:42 +01:00
instance.rs Simplify the Inbox trait 2018-06-21 17:00:37 +01:00
likes.rs Avoid calling compute_id when we shouldn't 2018-06-21 15:53:58 +01:00
mentions.rs Automatically insert mentions in comments 2018-06-21 14:05:35 +01:00
mod.rs Merge branch 'master' of github.com:Plume-org/Plume 2018-06-21 11:31:17 +01:00
notifications.rs Introduce an insert! macro to avoid some code duplication 2018-06-18 14:57:38 +01:00
post_authors.rs Introduce an insert! macro to avoid some code duplication 2018-06-18 14:57:38 +01:00
posts.rs Avoid calling compute_id when we shouldn't 2018-06-21 15:53:58 +01:00
reshares.rs Avoid calling compute_id when we shouldn't 2018-06-21 15:53:58 +01:00
users.rs Simplify the Inbox trait 2018-06-21 17:00:37 +01:00