Turn on feature_flags.user_server_topic_history.

With this flag turned on, all streams will have a "more topics"
link, and clicking that link will always fetch topics from the
server to show a complete list of topics that you have had messages
for on that stream.

Note that if you only recently joined a public stream, your list
of topics won't go back to before you joined the stream, even though
that content is searchable.  We may change that in the future, but
we will need to be careful about spamming folks who frequently
unsubscribe from streams.
This commit is contained in:
Steve Howell
2017-08-10 07:00:51 -04:00
committed by Tim Abbott
parent 60cca43d5e
commit 612e3766ce

View File

@@ -13,7 +13,7 @@ exports.clicking_notification_causes_narrow = true;
exports.collapsible = false;
exports.dropbox_integration = false;
exports.use_server_topic_history = false;
exports.use_server_topic_history = true;
return exports;