Convert rocketchat-slashcommands-topic to main module structure (#12826)
parent
54a1b84ac3
commit
babecd7697
@ -0,0 +1 @@ |
||||
import '../lib/topic'; |
||||
@ -1,5 +1,6 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
|
||||
import { RocketChat, handleError } from 'meteor/rocketchat:lib'; |
||||
import { ChatRoom } from 'meteor/rocketchat:ui'; |
||||
/* |
||||
* Join is a named function that will replace /topic commands |
||||
* @param {Object} message - The message object |
||||
@ -0,0 +1 @@ |
||||
import '../lib/topic'; |
||||
Loading…
Reference in new issue