mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 22:13:02 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
export default {
|
|
resource: "user.preferences",
|
|
|
|
map() {
|
|
this.route("chat");
|
|
},
|
|
};
|