emillind / zulip

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

refactor: Replaces compose_state.subject with compose_state.topic. #13

Closed eywoon closed 6 years ago

eywoon commented 6 years ago

Changes compose_state class to include topic instead of subject. All classes that reference compose_state.subject are changed into compose_state.topic.

Closes #9