emillind / zulip

Zulip server - powerful open source team chat
https://zulip.org/
Other
0 stars 1 forks source link

refactor: Use topic in function names defined in narrow file. #23

Closed joakimboman closed 6 years ago

joakimboman commented 6 years ago

Two functions in narrow.js had subject in their name:

They now include topic instead.

Also made changes in other files (and test files) that used these functions.

Closes #16