mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This completes the remaining work required to support addition of all members of another stream. This allows the creation of stream pills on pasting the #streamname and copying it from the stream pill. The user pills uses email ids instead. And also allows creating stream pills when the user hides the typeahead. Tested by commenting out the "set_up_typeahead_on_pills" line in `stream_edit.js`. A `node_tests/stream_pill.js` file has been created for the node tests and the other half of the coverage check takes place in `node_tests/stream_edit.js`.