(clear feed)
Clear all activites published on feed. If some activity from this feed was passed on to other feed, or shown on other feed through following relation it will also be cleared from other feed.
Clear all activites published on feed. If some activity from this feed was passed on to other feed, or shown on other feed through following relation it will also be cleared from other feed.
(flat-feed client {:keys [type name]})
Creates reference to flat feed. Flat feed is the most basic type of feed. You don't have to declare feed before using it. Once you reference feed it becomes entity in your system. If you don't want to have this feed anymore you can remove its' activities. You don't remove feed. You just stop using refrence to it.
Creates reference to flat feed. Flat feed is the most basic type of feed. You don't have to declare feed before using it. Once you reference feed it becomes entity in your system. If you don't want to have this feed anymore you can remove its' activities. You don't remove feed. You just stop using refrence to it.
(remove-activities-by-foreign-id feed foreign-id)
Removes ALL activities with given foreign id. Activities can share foreign ids
Removes ALL activities with given foreign id. Activities can share foreign ids
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close