Add event reminder (=self announcing of event at a specified time gap before the event starts) #58
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Event-Federation/wordpress-activitypub-event-bridge#58
Loading…
Reference in a new issue
No description provided.
Delete branch "self_announce"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull requests adds a feature which allows sending reminders that an event is about to start to ActivityPub followers.
How it works:
Screenshots
To do:
Further thoughts:
Sending an announce of an ActivityPub object that has already been shared via a create works well for some platforms but not that well for others. Whether the boost shows up in a Mastodon timeline, is highly depending on which app someone is using as well as the way the target ActivityPub software handles not showing the same object twice within a time frame.
Another more strict way of making sure the event shows up in the timeline of followers again would be sending a automatically composed note that links to the event, but this is not in the scope of the pull request.
WIP: add event reminder (=self announcing of event at a specified time gap before the event starts)to Add event reminder (=self announcing of event at a specified time gap before the event starts)View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.