Correcting old text in federation.md file.

This commit is contained in:
Nick Gerakines 2020-04-03 17:00:06 -04:00
parent fc01d0ed22
commit 7ec29dad78
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,9 @@ To leave a group, an actor sends a `Undo/Follow/Group` activity to the group inb
## Group change notifications
When a member joins or leaves a group, an `Update/Collection` activity is created for the group follower's collection and sent to all members of the group. This activity may be throttled to occur less frequently by instance operators.
When an actor joins a group, a `Join` activity is created for the actor and group and published to all of the group's followers.
When an actor leaves a group, a `Leave` activity is created for the actor and group and published to all of the group's followers.
## Invitations