mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Front-load spaces
This commit is contained in:
parent
7213588083
commit
6d7f291b93
@ -27,13 +27,13 @@ class ConfigError(Exception):
|
|||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
stats_reporting_begging_spiel = (
|
stats_reporting_begging_spiel = (
|
||||||
"We would really appreciate it if you could help our project out by "
|
"We would really appreciate it if you could help our project out by"
|
||||||
"reporting anonymized usage statistics from your homeserver. Only very "
|
" reporting anonymized usage statistics from your homeserver. Only very"
|
||||||
"basic aggregate data (e.g. number of users) will be reported, but it "
|
" basic aggregate data (e.g. number of users) will be reported, but it"
|
||||||
"helps us to track the growth of the Matrix community, and helps us to "
|
" helps us to track the growth of the Matrix community, and helps us to"
|
||||||
"make Matrix a success, as well as to convince other networks that they "
|
" make Matrix a success, as well as to convince other networks that they"
|
||||||
"should peer with us.\n"
|
" should peer with us."
|
||||||
"Thank you."
|
"\nThank you."
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user