Преглед изворни кода

Replace "@user2" with "@bob"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3833/head
Suguru Hirahara пре 1 година
родитељ
комит
fa48896466
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
3 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      docs/configuring-playbook-dimension.md
  2. +1
    -1
      roles/custom/matrix-dimension/defaults/main.yml
  3. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
docs/configuring-playbook-dimension.md Прегледај датотеку

@@ -21,7 +21,7 @@ These users can modify the integrations this Dimension supports. Add this to you
```yaml
matrix_dimension_admins:
- "@alice:{{ matrix_domain }}"
- "@user2:{{ matrix_domain }}"
- "@bob:{{ matrix_domain }}"
```

The admin interface is accessible within Element Web by accessing it in any room and clicking the cog wheel/settings icon in the top right. Currently, Dimension can be opened in Element Web by the "Add widgets, bridges, & bots" link in the room information.


+ 1
- 1
roles/custom/matrix-dimension/defaults/main.yml Прегледај датотеку

@@ -16,7 +16,7 @@ matrix_dimension_path_prefix: /
# For information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
matrix_dimension_access_token: ""

# Users in form: ['@alice:example.com', '@user2:example.com']
# Users in form: ['@alice:example.com', '@bob:example.com']
matrix_dimension_admins: []

# Whether to allow Dimension widgets serve websites with invalid or self signed SSL certificates


+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Прегледај датотеку

@@ -2847,7 +2847,7 @@ opentracing:
#
#force_tracing_for_users:
# - "@alice:server_name"
# - "@user2:server_name"
# - "@bob:server_name"

# Jaeger can be configured to sample traces at different rates.
# All configuration options provided by Jaeger can be set here.


Loading…
Откажи
Сачувај