diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-05-18 17:56:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 17:56:23 +0100 |
commit | 3d8839c30c96b49588196c60e2bbf056ed6465eb (patch) | |
tree | 507e2897c6e937037a446213fa534ab2d9c0921c /docs/SUMMARY.md | |
parent | Add some type hints to `event_federation` datastore (#12753) (diff) | |
download | synapse-3d8839c30c96b49588196c60e2bbf056ed6465eb.tar.xz |
Add documentation for cancellation of request processing (#12761)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 65570cefbe..8400a6539a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -89,6 +89,7 @@ - [Database Schemas](development/database_schema.md) - [Experimental features](development/experimental_features.md) - [Synapse Architecture]() + - [Cancellation](development/synapse_architecture/cancellation.md) - [Log Contexts](log_contexts.md) - [Replication](replication.md) - [TCP Replication](tcp_replication.md) |