mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Truncate the tutorial stream name to fit the DB max stream name length.
(imported from commit e267656337f97d3ea14e14e957a405cf4fd2d06c)
This commit is contained in:
@@ -121,6 +121,7 @@ var script = [];
|
||||
|
||||
function make_script() {
|
||||
my_tutorial_stream = 'tutorial-' + email.split('@')[0];
|
||||
my_tutorial_stream = my_tutorial_stream.substring(0, 30);
|
||||
|
||||
// Try to guess at one of your main streams.
|
||||
// This is problematic because it might end up being 'commits' or something.
|
||||
|
||||
Reference in New Issue
Block a user