From 970197e2664e1143640bd3177019a907b21cb993 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sun, 2 Oct 2022 09:48:01 +0200 Subject: [PATCH 1/2] Aggregations: remove not about "future extensions" It is now used by threading. --- content/client-server-api/_index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 44bd41514..dd50f2250 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1988,11 +1988,6 @@ of times that `key` was used by child events. The actual aggregation format depends on the `rel_type`. -{{% boxes/note %}} -This specification does not currently describe any `rel_type`s which require -aggregation. This functionality forms a framework for future extensions. -{{% /boxes/note %}} - Aggregations are sometimes automatically included by a server alongside the parent event. This is known as a "bundled aggregation" or "bundle" for simplicity. The act of doing this is "bundling". @@ -2644,4 +2639,4 @@ systems. {{< cs-module name="moderation_policies" >}} {{< cs-module name="spaces" >}} {{< cs-module name="event_replacements" >}} -{{< cs-module name="threading" >}} \ No newline at end of file +{{< cs-module name="threading" >}} From 377be7b4951c75cb82a108eae422f6c98e72a18a Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sun, 2 Oct 2022 09:49:47 +0200 Subject: [PATCH 2/2] Create 1263.clarification --- changelogs/client_server/newsfragments/1263.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1263.clarification diff --git a/changelogs/client_server/newsfragments/1263.clarification b/changelogs/client_server/newsfragments/1263.clarification new file mode 100644 index 000000000..3ccb23339 --- /dev/null +++ b/changelogs/client_server/newsfragments/1263.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.