diff options
| author | 2026-01-24 21:33:30 +0100 | |
|---|---|---|
| committer | 2026-01-24 21:33:30 +0100 | |
| commit | bfd071c63826f4d13d48614cedebfb2f8ea20cf6 (patch) | |
| tree | 8cc9b766b88fa66d051e55d65d6694570553a17b /FEDERATION.md | |
| parent | Added a Follow/Unfollow button next to a new follow notification. (diff) | |
| parent | Merge pull request 'add susie-q (qr) to artwork' (#528) from pmjv/snac2:maste... (diff) | |
| download | snac2-bfd071c63826f4d13d48614cedebfb2f8ea20cf6.tar.gz snac2-bfd071c63826f4d13d48614cedebfb2f8ea20cf6.tar.xz snac2-bfd071c63826f4d13d48614cedebfb2f8ea20cf6.zip | |
Merge pull request 'master' (#7) from grunfink/snac2:master into main
Reviewed-on: https://codeberg.org/byte/snac2/pulls/7
Diffstat (limited to 'FEDERATION.md')
| -rw-r--r-- | FEDERATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FEDERATION.md b/FEDERATION.md index 3e7ea31..02c97c1 100644 --- a/FEDERATION.md +++ b/FEDERATION.md | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ### Supported activities and objects | 37 | ### Supported activities and objects |
| 38 | 38 | ||
| 39 | - **Inbound**: `Follow`, `Accept`, `Create`, `Update`, `Delete`, `Announce`, `Like`, `EmojiReact`, `Undo` (for Follow/Like/Announce), and `Move` covering `Note`, `Question`, `Page`, `Article`, `Event`, and `Video`. | 39 | - **Inbound**: `Follow`, `Accept`, `Create`, `Update`, `Delete`, `Announce`, `Like`, `EmojiReact`, `Undo` (for Follow/Like/Announce), and `Move` covering `Note`, `Question`, `Page`, `Article`, `Event`, and `Video`. |
| 40 | - **Outbound**: the same set, except for `EmojiReact` (normalised into `Like` internally) and `Create` currently emits `Note` and `Question` objects. | 40 | - **Outbound**: the same set. `Create` currently emits `Note` and `Question` objects. |
| 41 | - Ordered collections: outboxes present the latest entries; follower/following collections hide membership by default. | 41 | - Ordered collections: outboxes present the latest entries; follower/following collections hide membership by default. |
| 42 | 42 | ||
| 43 | ### Delivery and moderation | 43 | ### Delivery and moderation |