mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 08:24:55 -04:00
Tag /send_join responses to detect faster joins (#14950)
* Tag /send_join responses to detect faster joins * Changelog * Define a proper SynapseTag * isort
This commit is contained in:
parent
805b641fb6
commit
3b8574b4f2
3 changed files with 12 additions and 0 deletions
|
@ -322,6 +322,11 @@ class SynapseTags:
|
|||
# The name of the external cache
|
||||
CACHE_NAME = "cache.name"
|
||||
|
||||
# Boolean. Present on /v2/send_join requests, omitted from all others.
|
||||
# True iff partial state was requested and we provided (or intended to provide)
|
||||
# partial state in the response.
|
||||
SEND_JOIN_RESPONSE_IS_PARTIAL_STATE = "send_join.partial_state_response"
|
||||
|
||||
# Used to tag function arguments
|
||||
#
|
||||
# Tag a named arg. The name of the argument should be appended to this prefix.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue