Explorar o código

restore suppored

zahmis %!s(int64=4) %!d(string=hai) anos
pai
achega
fe58344512

+ 2 - 0
packages/app/src/server/models/slack-app-integration-mock.js

@@ -9,6 +9,8 @@ const permittedChannelsSchema = new mongoose.Schema({
 const schema = new mongoose.Schema({
   tokenGtoP: { type: String, required: true, unique: true },
   tokenPtoG: { type: String, required: true, unique: true },
+  supportedCommandsForBroadcastUse: { type: [String], default: [] },
+  supportedCommandsForSingleUse: { type: [String], default: [] },
   permittedChannels: permittedChannelsSchema,
 });