This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-chat-integration
mirror of
https://github.com/discourse/discourse-chat-integration.git
Watch
1
Star
0
Fork
You've already forked discourse-chat-integration
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
44ade676e1
discourse-chat-integration
/
assets
/
javascripts
/
discourse
/
public-route-map.js.es6
4 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for chat transcripts (still needs to be implemented by providers)
2017-07-24 11:13:53 -04:00
export default function() {
REFACTOR: Clean up code in plugin.
2017-10-03 05:42:07 -04:00
this.route('transcript', { path: '/chat-transcript/:secret' });
};