Bonfire.Data.Social.FeedPublish (Bonfire v1.0.0-social-rc.3.23)
View SourceA multimixin for an activity/object appearing in a feed.
A quite interesting thing about this model is that feed
references Pointer, so it isn't only things of type Feed that it can
appear in, they are just an obvious choice.
Summary
Types
@type t() :: %Bonfire.Data.Social.FeedPublish{ __meta__: Ecto.Schema.Metadata.t(), activity: Ecto.Schema.has_one(Bonfire.Data.Social.Activity.t()) | nil, dummy: any() | nil, feed: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil, feed_id: Needle.UID.t() | nil, id: Needle.UID.t() | nil, pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil }