forked from GithubBackups/healthchecks
Merge pull request #320 from jerrykan/matrix_alias_length
Increase allowable length of Matrix room alias
This commit is contained in:
commit
96797f6786
@ -173,7 +173,7 @@ class ChannelNameForm(forms.Form):
|
||||
|
||||
class AddMatrixForm(forms.Form):
|
||||
error_css_class = "has-error"
|
||||
alias = forms.CharField(max_length=40)
|
||||
alias = forms.CharField(max_length=100)
|
||||
|
||||
def clean_alias(self):
|
||||
v = self.cleaned_data["alias"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user