Rules::View::Announce
Inherits Rules::View::NotifiesNotifications < Rules::View < Reference < Object
The announce notification view.
There is one row per announced object, holding the latest qualifying announce as the object's representative.
Constants
ANNOUNCE = "ActivityPub::Activity::Announce"
INBOX = "Relationship::Content::Inbox"
OUTBOX = "Relationship::Content::Outbox"
Constructors
instance
SourceInstance methods
The membership query, plus its bind arguments.
The query selects rows of (from_iri, to_iri, position). A
key of nil returns the full set (the batch reconcile);
otherwise it returns the form scoped to a single member.
repositions?
Whether members reposition on new support (recency views) or stay fixed at first appearance (append-only views).
The SQL predicate and bind arguments identifying the stored rows
that belong to a scope key, used to bound the scoped
reconcile's delete.
Defaults to the identity case.