View Source Mobilizon.Federation.ActivityPub.Actions.Announce (Mobilizon v5.0.0-beta.1)

Announce things

Summary

Functions

Announce (reshare) an activity to the world, using an activity of type Announce.

Cancel the announcement of an activity to the world, using an activity of type Undo an Announce.

Functions

Link to this function

announce(actor, object, activity_id \\ nil, local \\ true, public \\ true)

View Source

Announce (reshare) an activity to the world, using an activity of type Announce.

Link to this function

unannounce(actor, object, activity_id \\ nil, cancelled_activity_id \\ nil, local \\ true)

View Source

Cancel the announcement of an activity to the world, using an activity of type Undo an Announce.