emillind / zulip

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

Have the backend copy subject to topic on read and write #6

Closed emillind closed 6 years ago

emillind commented 6 years ago

Whenever a request is sent, if it adds a new message with a subject, copy it to provide topic as well. On reading messages have the backend serve up topic as a copy of what subject is.

When this is done the front end can begin to see the changes required.

emillind commented 6 years ago

Having the send message write a topic field in the backend seems to be pretty difficult and i will hold with that. Will take refactoring and changes to the backend Django models and database fetching

eywoon commented 6 years ago

Good idea. Gonna take a long time to refactor the js files