ci: allow ourselves to write to the public docs directory
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
@@ -48,7 +48,7 @@ pub(crate) async fn upload_keys_route(
|
||||
?key_id,
|
||||
?one_time_key,
|
||||
"Invalid one time key JSON submitted by client, skipping: {e}"
|
||||
)
|
||||
);
|
||||
})
|
||||
.is_err()
|
||||
{
|
||||
|
||||
@@ -713,7 +713,7 @@ pub struct Config {
|
||||
/// Currently, conduwuit doesn't support inbound batched key requests, so
|
||||
/// this list should only contain other Synapse servers.
|
||||
///
|
||||
/// example: ["matrix.org", "envs.net", "constellatory.net", "tchncs.de"]
|
||||
/// example: ["matrix.org", "envs.net", "tchncs.de"]
|
||||
///
|
||||
/// default: ["matrix.org"]
|
||||
#[serde(default = "default_trusted_servers")]
|
||||
|
||||
Reference in New Issue
Block a user