File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/javascripts/discourse/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import Component from " @glimmer/component" ;
22import { action } from " @ember/object" ;
33import didInsert from " @ember/render-modifiers/modifiers/did-insert" ;
4- import { scheduleOnce } from " @ember/runloop " ;
4+ import { service } from " @ember/service " ;
55import { service } from " @ember/service" ;
66
77export default class ComposerRaiserCompopnent extends Component {
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22# name: discourse-chatbot
33# about: a plugin that allows you to have a conversation with a configurable chatbot in Chat, Topics and Private Messages
4- # version: 1.5.17
4+ # version: 1.5.18
55# authors: merefield
66# url: https://github.com/merefield/discourse-chatbot
77
You can’t perform that action at this time.
0 commit comments