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
bb607997c8
discourse-chat-integration
/
assets
/
javascripts
/
discourse
/
public-route-map.js.es6
4 lines
96 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() {
DEV: Apply prettier to JS and SCSS files
2018-09-12 11:16:18 -04:00
this.route("transcript", { path: "/chat-transcript/:secret" });
}