mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
compose: Do not trigger topic mention if already completed.
This commit is contained in:
committed by
Tim Abbott
parent
f25f83cc66
commit
4f03d82ff0
@@ -1288,6 +1288,7 @@ run_test('begins_typeahead', () => {
|
||||
assert_typeahead_equals("@**a person** >", false);
|
||||
assert_typeahead_equals("#**stream**>", ['']); // this is deliberately a blank choice.
|
||||
assert_typeahead_equals("#**stream** >", ['']);
|
||||
assert_typeahead_equals("#**Sweden>some topic** >", false); // Already completed a topic.
|
||||
|
||||
// topic_list
|
||||
var sweden_topics_to_show = topic_data.get_recent_names(1); //includes "more ice"
|
||||
|
||||
Reference in New Issue
Block a user